#663718

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

Shades of Baker's Chocolate #663718

Tints of Baker's Chocolate #663718

Color information

#663718 (or 0x663718) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 37 and 18. RGB value is (102,55,24). Sum of RGB (Red+Green+Blue) = 102+55+24=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #663718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663718 is #99C8E7. Grayscale: #414141. Windows color (decimal): -10078440 or 1587046. OLE color: 1587046.

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

Color convert

RGB1025524-
CMYK00.460.760.6
HSL23.85º61.9%24.71%-
HSV(B)23.85º76.47%40%-
XYZ7.015.621.58-
YUV65.52104.57154.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.35%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 24 (9.77% from 255) = 13.26%
R=56.35%
G=30.39%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102552400.460.760.623.8561.924.71
Hex66371802E4C3C183e19
Octal146673005611474307631
Binary110011011011111000010111010011001111001100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663718; }

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

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

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

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

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

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

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

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