#66250C

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

Shades of Baker's Chocolate #66250C

Tints of Baker's Chocolate #66250C

Color information

#66250C (or 0x66250C) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 25 and 0C. RGB value is (102,37,12). Sum of RGB (Red+Green+Blue) = 102+37+12=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #66250C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66250C is #99DAF3. Grayscale: #353535. Windows color (decimal): -10083060 or 796006. OLE color: 796006.

HSL color Cylindrical-coordinate representation of color #66250C: hue angle of 16.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66250C is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB1023712-
CMYK00.640.880.6
HSL16.67º78.95%22.35%-
HSV(B)16.67º88.24%40%-
XYZ6.214.170.83-
YUV53.58104.53162.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.55%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 12 (5.08% from 255) = 7.95%
R=67.55%
G=24.50%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102371200.640.880.616.6778.9522.35
Hex6625C040583C114f16
Octal14645140100130742111726
Binary1100110100101110001000000101100011110010001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66250C; }

 p { color: rgb(102,37,12); }

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

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

 a { background-color: rgb(102,37,12); }

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

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

 span { border-color: rgb(102,37,12); }

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