Shades of Baker's Chocolate #631E06
Tints of Baker's Chocolate #631E06
RGB
CMYK
RGB Variations
Color information
#631E06 (or 0x631E06) is known color: Baker's Chocolate. HEX triplet: 63, 1E and 06. RGB value is (99,30,6). Sum of RGB (Red+Green+Blue) = 99+30+6=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #631E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631E06 is #9CE1F9. Grayscale: #303030. Windows color (decimal): -10281466 or 400995. OLE color: 400995.
HSL color Cylindrical-coordinate representation of color #631E06: hue angle of 15.48º 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 #631E06 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 30 | 6 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.61 |
| HSL | 15.48º | 0.89% | 0.21% | - |
| HSV(B) | 15.48º | 0.94% | 0.39% | - |
| XYZ | 5.64 | 3.59 | 0.57 | - |
| YUV | 47.9 | 104.36 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 30 | 6 | 0 | 0.70 | 0.94 | 0.61 | 15.48 | 0.89 | 0.21 |
| Hex | 63 | 1E | 6 | 0 | 46 | 5E | 3D | F | 59 | 15 |
| Octal | 143 | 36 | 6 | 0 | 106 | 136 | 75 | 17 | 131 | 25 |
| Binary | 1100011 | 11110 | 110 | 0 | 1000110 | 1011110 | 111101 | 1111 | 1011001 | 10101 |
Color Harmonies of #631E06
Complementary color
Monochromatic Colors of #631E06
Black with #631E06
Text Example
Text Example
White with #631E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631E06; }
p { color: rgb(99,30,6); }
H1.HeaderClassName
{
color: #631E06;
}
.AnyTagClassName
{
color: #631E06;
}
</style>
background-color css
<style>
a { background-color: #631E06; }
a { background-color: rgb(99,30,6); }
div.DivClassName
{
background-color: #631E06;
}
.BgClassName
{
background-color: #631E06;
}
</style>
border-color css
<style>
span { border-color: #631E06; }
span { border-color: rgb(99,30,6); }
td.TdClassName
{
border-color: #631E06;
}
.TagClassName
{
border-color: #631E06;
}
</style>