Shades of Baker's Chocolate #632406
Tints of Baker's Chocolate #632406
RGB
CMYK
RGB Variations
Color information
#632406 (or 0x632406) is known color: Baker's Chocolate. HEX triplet: 63, 24 and 06. RGB value is (99,36,6). Sum of RGB (Red+Green+Blue) = 99+36+6=141 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.21% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 99 - color contains mainly: red. Hex color #632406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632406 is #9CDBF9. Grayscale: #333333. Windows color (decimal): -10279930 or 402531. OLE color: 402531.
HSL color Cylindrical-coordinate representation of color #632406: hue angle of 19.35º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #632406 is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 36 | 6 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.61 |
| HSL | 19.35º | 0.89% | 0.21% | - |
| HSV(B) | 19.35º | 0.94% | 0.39% | - |
| XYZ | 5.81 | 3.93 | 0.62 | - |
| YUV | 51.42 | 102.37 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 6 | 0 | 0.64 | 0.94 | 0.61 | 19.35 | 0.89 | 0.21 |
| Hex | 63 | 24 | 6 | 0 | 40 | 5E | 3D | 13 | 59 | 15 |
| Octal | 143 | 44 | 6 | 0 | 100 | 136 | 75 | 23 | 131 | 25 |
| Binary | 1100011 | 100100 | 110 | 0 | 1000000 | 1011110 | 111101 | 10011 | 1011001 | 10101 |
Color Harmonies of #632406
Complementary color
Monochromatic Colors of #632406
Black with #632406
Text Example
Text Example
White with #632406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632406; }
p { color: rgb(99,36,6); }
H1.HeaderClassName
{
color: #632406;
}
.AnyTagClassName
{
color: #632406;
}
</style>
background-color css
<style>
a { background-color: #632406; }
a { background-color: rgb(99,36,6); }
div.DivClassName
{
background-color: #632406;
}
.BgClassName
{
background-color: #632406;
}
</style>
border-color css
<style>
span { border-color: #632406; }
span { border-color: rgb(99,36,6); }
td.TdClassName
{
border-color: #632406;
}
.TagClassName
{
border-color: #632406;
}
</style>