#662D12

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

Shades of Baker's Chocolate #662D12

Tints of Baker's Chocolate #662D12

Color information

#662D12 (or 0x662D12) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2D and 12. RGB value is (102,45,18). Sum of RGB (Red+Green+Blue) = 102+45+18=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #662D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662D12 is #99D2ED. Grayscale: #3B3B3B. Windows color (decimal): -10081006 or 1191270. OLE color: 1191270.

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

Color convert

RGB1024518-
CMYK00.560.820.6
HSL19.29º70%23.53%-
HSV(B)19.29º82.35%40%-
XYZ6.534.751.14-
YUV58.96104.88158.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.82%
GREEN value IS 45 (17.97% from 255) = 27.27%
BLUE value IS 18 (7.42% from 255) = 10.91%
R=61.82%
G=27.27%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102451800.560.820.619.297023.53
Hex662D12038523C134618
Octal1465522070122742310630
Binary1100110101101100100111000101001011110010011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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