Shades of Baker's Chocolate #66270D
Tints of Baker's Chocolate #66270D
RGB
CMYK
RGB Variations
Color information
#66270D (or 0x66270D) is known color: Baker's Chocolate. HEX triplet: 66, 27 and 0D. RGB value is (102,39,13). Sum of RGB (Red+Green+Blue) = 102+39+13=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #66270D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66270D is #99D8F2. Grayscale: #373737. Windows color (decimal): -10082547 or 862054. OLE color: 862054.
HSL color Cylindrical-coordinate representation of color #66270D: hue angle of 17.53º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66270D is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 39 | 13 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.6 |
| HSL | 17.53º | 0.77% | 0.23% | - |
| HSV(B) | 17.53º | 0.87% | 0.4% | - |
| XYZ | 6.28 | 4.3 | 0.88 | - |
| YUV | 54.87 | 104.37 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 13 | 0 | 0.62 | 0.87 | 0.6 | 17.53 | 0.77 | 0.23 |
| Hex | 66 | 27 | D | 0 | 3E | 57 | 3C | 12 | 4D | 17 |
| Octal | 146 | 47 | 15 | 0 | 76 | 127 | 74 | 22 | 115 | 27 |
| Binary | 1100110 | 100111 | 1101 | 0 | 111110 | 1010111 | 111100 | 10010 | 1001101 | 10111 |
Color Harmonies of #66270D
Complementary color
Monochromatic Colors of #66270D
Black with #66270D
Text Example
Text Example
White with #66270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66270D; }
p { color: rgb(102,39,13); }
H1.HeaderClassName
{
color: #66270D;
}
.AnyTagClassName
{
color: #66270D;
}
</style>
background-color css
<style>
a { background-color: #66270D; }
a { background-color: rgb(102,39,13); }
div.DivClassName
{
background-color: #66270D;
}
.BgClassName
{
background-color: #66270D;
}
</style>
border-color css
<style>
span { border-color: #66270D; }
span { border-color: rgb(102,39,13); }
td.TdClassName
{
border-color: #66270D;
}
.TagClassName
{
border-color: #66270D;
}
</style>