Shades of Baker's Chocolate #66330F
Tints of Baker's Chocolate #66330F
RGB
CMYK
RGB Variations
Color information
#66330F (or 0x66330F) is known color: Baker's Chocolate. HEX triplet: 66, 33 and 0F. RGB value is (102,51,15). Sum of RGB (Red+Green+Blue) = 102+51+15=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #66330F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66330F is #99CCF0. Grayscale: #3E3E3E. Windows color (decimal): -10079473 or 996198. OLE color: 996198.
HSL color Cylindrical-coordinate representation of color #66330F: hue angle of 24.83º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66330F is Cyan = 0, Magento = 0.5, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 51 | 15 | - |
| CMYK | 0 | 0.5 | 0.85 | 0.6 |
| HSL | 24.83º | 0.74% | 0.23% | - |
| HSV(B) | 24.83º | 0.85% | 0.4% | - |
| XYZ | 6.75 | 5.23 | 1.11 | - |
| YUV | 62.15 | 101.4 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 15 | 0 | 0.5 | 0.85 | 0.6 | 24.83 | 0.74 | 0.23 |
| Hex | 66 | 33 | F | 0 | 32 | 55 | 3C | 19 | 4A | 17 |
| Octal | 146 | 63 | 17 | 0 | 62 | 125 | 74 | 31 | 112 | 27 |
| Binary | 1100110 | 110011 | 1111 | 0 | 110010 | 1010101 | 111100 | 11001 | 1001010 | 10111 |
Color Harmonies of #66330F
Complementary color
Monochromatic Colors of #66330F
Black with #66330F
Text Example
Text Example
White with #66330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66330F; }
p { color: rgb(102,51,15); }
H1.HeaderClassName
{
color: #66330F;
}
.AnyTagClassName
{
color: #66330F;
}
</style>
background-color css
<style>
a { background-color: #66330F; }
a { background-color: rgb(102,51,15); }
div.DivClassName
{
background-color: #66330F;
}
.BgClassName
{
background-color: #66330F;
}
</style>
border-color css
<style>
span { border-color: #66330F; }
span { border-color: rgb(102,51,15); }
td.TdClassName
{
border-color: #66330F;
}
.TagClassName
{
border-color: #66330F;
}
</style>