#663418

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

Shades of Baker's Chocolate #663418

Tints of Baker's Chocolate #663418

Color information

#663418 (or 0x663418) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 34 and 18. RGB value is (102,52,24). Sum of RGB (Red+Green+Blue) = 102+52+24=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #663418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663418 is #99CBE7. Grayscale: #3F3F3F. Windows color (decimal): -10079208 or 1586278. OLE color: 1586278.

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

Color convert

RGB1025224-
CMYK00.490.760.6
HSL21.54º61.9%24.71%-
HSV(B)21.54º76.47%40%-
XYZ6.875.351.53-
YUV63.76105.56155.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.30%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 24 (9.77% from 255) = 13.48%
R=57.30%
G=29.21%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102522400.490.760.621.5461.924.71
Hex6634180314C3C163e19
Octal146643006111474267631
Binary110011011010011000011000110011001111001011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663418; }

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

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

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

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

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

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

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

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