#66260B

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

Shades of Baker's Chocolate #66260B

Tints of Baker's Chocolate #66260B

Color information

#66260B (or 0x66260B) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 26 and 0B. RGB value is (102,38,11). Sum of RGB (Red+Green+Blue) = 102+38+11=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #66260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66260B is #99D9F4. Grayscale: #363636. Windows color (decimal): -10082805 or 730726. OLE color: 730726.

HSL color Cylindrical-coordinate representation of color #66260B: hue angle of 17.8º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66260B is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.6.

Color convert

RGB1023811-
CMYK00.630.890.6
HSL17.8º80.53%22.16%-
HSV(B)17.8º89.22%40%-
XYZ6.234.240.81-
YUV54.06103.7162.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.55%
GREEN value IS 38 (15.23% from 255) = 25.17%
BLUE value IS 11 (4.69% from 255) = 7.28%
R=67.55%
G=25.17%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.89
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102381100.630.890.617.880.5322.16
Hex6626B03F593C125116
Octal1464613077131742212126
Binary110011010011010110111111101100111110010010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66260B; }

 p { color: rgb(102,38,11); }

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

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

 a { background-color: rgb(102,38,11); }

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

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

 span { border-color: rgb(102,38,11); }

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