#663318

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

Shades of Baker's Chocolate #663318

Tints of Baker's Chocolate #663318

Color information

#663318 (or 0x663318) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 33 and 18. RGB value is (102,51,24). Sum of RGB (Red+Green+Blue) = 102+51+24=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #663318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663318 is #99CCE7. Grayscale: #3F3F3F. Windows color (decimal): -10079464 or 1586022. OLE color: 1586022.

HSL color Cylindrical-coordinate representation of color #663318: hue angle of 20.77º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #663318 is Cyan = 0, Magento = 0.5, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB1025124-
CMYK00.50.760.6
HSL20.77º61.9%24.71%-
HSV(B)20.77º76.47%40%-
XYZ6.835.261.52-
YUV63.17105.9155.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.63%
GREEN value IS 51 (20.31% from 255) = 28.81%
BLUE value IS 24 (9.77% from 255) = 13.56%
R=57.63%
G=28.81%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102512400.50.760.620.7761.924.71
Hex6633180324C3C153e19
Octal146633006211474257631
Binary110011011001111000011001010011001111001010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663318; }

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

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

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

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

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

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

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

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