Shades of Baker's Chocolate #66301A
Tints of Baker's Chocolate #66301A
RGB
CMYK
RGB Variations
Color information
#66301A (or 0x66301A) is known color: Baker's Chocolate. HEX triplet: 66, 30 and 1A. RGB value is (102,48,26). Sum of RGB (Red+Green+Blue) = 102+48+26=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #66301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66301A is #99CFE5. Grayscale: #3D3D3D. Windows color (decimal): -10080230 or 1716326. OLE color: 1716326.
HSL color Cylindrical-coordinate representation of color #66301A: hue angle of 17.37º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66301A is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 48 | 26 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.6 |
| HSL | 17.37º | 0.59% | 0.25% | - |
| HSV(B) | 17.37º | 0.75% | 0.4% | - |
| XYZ | 6.72 | 5.01 | 1.59 | - |
| YUV | 61.64 | 107.89 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 26 | 0 | 0.53 | 0.75 | 0.6 | 17.37 | 0.59 | 0.25 |
| Hex | 66 | 30 | 1A | 0 | 35 | 4B | 3C | 11 | 3B | 19 |
| Octal | 146 | 60 | 32 | 0 | 65 | 113 | 74 | 21 | 73 | 31 |
| Binary | 1100110 | 110000 | 11010 | 0 | 110101 | 1001011 | 111100 | 10001 | 111011 | 11001 |
Color Harmonies of #66301A
Complementary color
Monochromatic Colors of #66301A
Black with #66301A
Text Example
Text Example
White with #66301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66301A; }
p { color: rgb(102,48,26); }
H1.HeaderClassName
{
color: #66301A;
}
.AnyTagClassName
{
color: #66301A;
}
</style>
background-color css
<style>
a { background-color: #66301A; }
a { background-color: rgb(102,48,26); }
div.DivClassName
{
background-color: #66301A;
}
.BgClassName
{
background-color: #66301A;
}
</style>
border-color css
<style>
span { border-color: #66301A; }
span { border-color: rgb(102,48,26); }
td.TdClassName
{
border-color: #66301A;
}
.TagClassName
{
border-color: #66301A;
}
</style>