#662611

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

Shades of Baker's Chocolate #662611

Tints of Baker's Chocolate #662611

Color information

#662611 (or 0x662611) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 26 and 11. RGB value is (102,38,17). Sum of RGB (Red+Green+Blue) = 102+38+17=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #662611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662611 is #99D9EE. Grayscale: #363636. Windows color (decimal): -10082799 or 1123942. OLE color: 1123942.

HSL color Cylindrical-coordinate representation of color #662611: hue angle of 14.82º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #662611 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB1023817-
CMYK00.630.830.6
HSL14.82º71.43%23.33%-
HSV(B)14.82º83.33%40%-
XYZ6.274.251.02-
YUV54.74106.7161.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.97%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 17 (7.03% from 255) = 10.83%
R=64.97%
G=24.20%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102381700.630.830.614.8271.4323.33
Hex66261103F533Cf4717
Octal1464621077123741710727
Binary110011010011010001011111110100111111001111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662611; }

 p { color: rgb(102,38,17); }

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

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

 a { background-color: rgb(102,38,17); }

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

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

 span { border-color: rgb(102,38,17); }

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