#663A11

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

Shades of Baker's Chocolate #663A11

Tints of Baker's Chocolate #663A11

Color information

#663A11 (or 0x663A11) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 3A and 11. RGB value is (102,58,17). Sum of RGB (Red+Green+Blue) = 102+58+17=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #663A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663A11 is #99C5EE. Grayscale: #424242. Windows color (decimal): -10077679 or 1129062. OLE color: 1129062.

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

Color convert

RGB1025817-
CMYK00.430.830.6
HSL28.94º71.43%23.33%-
HSV(B)28.94º83.33%40%-
XYZ7.095.891.29-
YUV66.48100.08153.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.63%
GREEN value IS 58 (23.05% from 255) = 32.77%
BLUE value IS 17 (7.03% from 255) = 9.60%
R=57.63%
G=32.77%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102581700.430.830.628.9471.4323.33
Hex663A1102B533C1d4717
Octal1467221053123743510727
Binary1100110111010100010101011101001111110011101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663A11; }

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

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

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

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

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

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

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

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