#D6755A

Color #D6755A Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #D6755A

Tints of Japonica #D6755A

Color information

#D6755A (or 0xD6755A) is unknown color: approx Japonica. HEX triplet: D6, 75 and 5A. RGB value is (214,117,90). Sum of RGB (Red+Green+Blue) = 214+117+90=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6755A is #298AA5. Grayscale: #8F8F8F. Windows color (decimal): -2722470 or 5928406. OLE color: 5928406.

HSL color Cylindrical-coordinate representation of color #D6755A: hue angle of 13.06º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6755A is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB21411790-
CMYK00.450.580.16
HSL13.06º60.19%59.61%-
HSV(B)13.06º57.94%83.92%-
XYZ35.9427.7613.14-
YUV142.9298.14178.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 50.83%
GREEN value IS 117 (46.09% from 255) = 27.79%
BLUE value IS 90 (35.55% from 255) = 21.38%
R=50.83%
G=27.79%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141179000.450.580.1613.0660.1959.61
HexD6755A02D3A10d3c3c
Octal3261651320557220157474
Binary11010110111010110110100101101111010100001101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6755A; }

 p { color: rgb(214,117,90); }

 H1.HeaderClassName
 {
   color: #D6755A;
 }
 .AnyTagClassName
 {
   color: #D6755A;
 }
</style>
background-color css

<style>
 a { background-color: #D6755A; }

 a { background-color: rgb(214,117,90); }

 div.DivClassName
 {
   background-color: #D6755A;
 }
 .BgClassName
 {
   background-color: #D6755A;
 }
</style>
border-color css

<style>
 span { border-color: #D6755A; }

 span { border-color: rgb(214,117,90); }

 td.TdClassName
 {
   border-color: #D6755A;
 }
 .TagClassName
 {
   border-color: #D6755A;
 }
</style>