#662D0F

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

Shades of Baker's Chocolate #662D0F

Tints of Baker's Chocolate #662D0F

Color information

#662D0F (or 0x662D0F) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2D and 0F. RGB value is (102,45,15). Sum of RGB (Red+Green+Blue) = 102+45+15=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #662D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662D0F is #99D2F0. Grayscale: #3A3A3A. Windows color (decimal): -10081009 or 994662. OLE color: 994662.

HSL color Cylindrical-coordinate representation of color #662D0F: hue angle of 20.69º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #662D0F is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB1024515-
CMYK00.560.850.6
HSL20.69º74.36%22.94%-
HSV(B)20.69º85.29%40%-
XYZ6.54.741.02-
YUV58.62103.38158.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.96%
GREEN value IS 45 (17.97% from 255) = 27.78%
BLUE value IS 15 (6.25% from 255) = 9.26%
R=62.96%
G=27.78%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102451500.560.850.620.6974.3622.94
Hex662DF038553C154a17
Octal1465517070125742511227
Binary110011010110111110111000101010111110010101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662D0F; }

 p { color: rgb(102,45,15); }

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

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

 a { background-color: rgb(102,45,15); }

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

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

 span { border-color: rgb(102,45,15); }

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