#663311

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

Shades of Baker's Chocolate #663311

Tints of Baker's Chocolate #663311

Color information

#663311 (or 0x663311) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 33 and 11. RGB value is (102,51,17). Sum of RGB (Red+Green+Blue) = 102+51+17=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #663311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663311 is #99CCEE. Grayscale: #3E3E3E. Windows color (decimal): -10079471 or 1127270. OLE color: 1127270.

HSL color Cylindrical-coordinate representation of color #663311: hue angle of 24º 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 #663311 is Cyan = 0, Magento = 0.5, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB1025117-
CMYK00.50.830.6
HSL24º71.43%23.33%-
HSV(B)24º83.33%40%-
XYZ6.765.231.18-
YUV62.37102.4156.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60%
GREEN value IS 51 (20.31% from 255) = 30%
BLUE value IS 17 (7.03% from 255) = 10%
R=60%
G=30%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102511700.50.830.62471.4323.33
Hex663311032533C184717
Octal1466321062123743010727
Binary1100110110011100010110010101001111110011000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663311; }

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

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

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

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

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

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

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

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