#662005

Color #662005 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #662005

Tints of Baker's Chocolate #662005

Color information

#662005 (or 0x662005) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 20 and 05. RGB value is (102,32,5). Sum of RGB (Red+Green+Blue) = 102+32+5=139 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.38% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 102 - color contains mainly: red. Hex color #662005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662005 is #99DFFA. Grayscale: #323232. Windows color (decimal): -10084347 or 335974. OLE color: 335974.

HSL color Cylindrical-coordinate representation of color #662005: hue angle of 16.7º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #662005 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.6.

Color convert

RGB102325-
CMYK00.690.950.6
HSL16.7º90.65%20.98%-
HSV(B)16.7º95.1%40%-
XYZ6.023.870.57-
YUV49.85102.69165.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 73.38%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 5 (2.34% from 255) = 3.60%
R=73.38%
G=23.02%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10232500.690.950.616.790.6520.98
Hex662050455F3C115b15
Octal1464050105137742113325
Binary110011010000010101000101101111111110010001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662005; }

 p { color: rgb(102,32,5); }

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

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

 a { background-color: rgb(102,32,5); }

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

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

 span { border-color: rgb(102,32,5); }

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