Shades of Baker's Chocolate #663308
Tints of Baker's Chocolate #663308
RGB
CMYK
RGB Variations
Color information
#663308 (or 0x663308) is known color: Baker's Chocolate. HEX triplet: 66, 33 and 08. RGB value is (102,51,8). Sum of RGB (Red+Green+Blue) = 102+51+8=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #663308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663308 is #99CCF7. Grayscale: #3D3D3D. Windows color (decimal): -10079480 or 537446. OLE color: 537446.
HSL color Cylindrical-coordinate representation of color #663308: hue angle of 27.45º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #663308 is Cyan = 0, Magento = 0.5, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 51 | 8 | - |
| CMYK | 0 | 0.5 | 0.92 | 0.6 |
| HSL | 27.45º | 0.85% | 0.22% | - |
| HSV(B) | 27.45º | 0.92% | 0.4% | - |
| XYZ | 6.71 | 5.21 | 0.88 | - |
| YUV | 61.35 | 97.9 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 8 | 0 | 0.5 | 0.92 | 0.6 | 27.45 | 0.85 | 0.22 |
| Hex | 66 | 33 | 8 | 0 | 32 | 5C | 3C | 1B | 55 | 16 |
| Octal | 146 | 63 | 10 | 0 | 62 | 134 | 74 | 33 | 125 | 26 |
| Binary | 1100110 | 110011 | 1000 | 0 | 110010 | 1011100 | 111100 | 11011 | 1010101 | 10110 |
Color Harmonies of #663308
Complementary color
Monochromatic Colors of #663308
Black with #663308
Text Example
Text Example
White with #663308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663308; }
p { color: rgb(102,51,8); }
H1.HeaderClassName
{
color: #663308;
}
.AnyTagClassName
{
color: #663308;
}
</style>
background-color css
<style>
a { background-color: #663308; }
a { background-color: rgb(102,51,8); }
div.DivClassName
{
background-color: #663308;
}
.BgClassName
{
background-color: #663308;
}
</style>
border-color css
<style>
span { border-color: #663308; }
span { border-color: rgb(102,51,8); }
td.TdClassName
{
border-color: #663308;
}
.TagClassName
{
border-color: #663308;
}
</style>