Shades of Baker's Chocolate #631F00
Tints of Baker's Chocolate #631F00
RGB
CMYK
RGB Variations
Color information
#631F00 (or 0x631F00) is known color: Baker's Chocolate. HEX triplet: 63, 1F and 00. RGB value is (99,31,0). Sum of RGB (Red+Green+Blue) = 99+31+0=130 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.15% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 99 - color contains mainly: red. Hex color #631F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631F00 is #9CE0FF. Grayscale: #2F2F2F. Windows color (decimal): -10281216 or 8035. OLE color: 8035.
HSL color Cylindrical-coordinate representation of color #631F00: hue angle of 18.79º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #631F00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 31 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.61 |
| HSL | 18.79º | 1% | 0.19% | - |
| HSV(B) | 18.79º | 1% | 0.39% | - |
| XYZ | 5.64 | 3.63 | 0.4 | - |
| YUV | 47.8 | 101.03 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 31 | 0 | 0 | 0.69 | 1 | 0.61 | 18.79 | 1 | 0.19 |
| Hex | 63 | 1F | 0 | 0 | 45 | 64 | 3D | 13 | 64 | 13 |
| Octal | 143 | 37 | 0 | 0 | 105 | 144 | 75 | 23 | 144 | 23 |
| Binary | 1100011 | 11111 | 0 | 0 | 1000101 | 1100100 | 111101 | 10011 | 1100100 | 10011 |
Color Harmonies of #631F00
Complementary color
Monochromatic Colors of #631F00
Black with #631F00
Text Example
Text Example
White with #631F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631F00; }
p { color: rgb(99,31,0); }
H1.HeaderClassName
{
color: #631F00;
}
.AnyTagClassName
{
color: #631F00;
}
</style>
background-color css
<style>
a { background-color: #631F00; }
a { background-color: rgb(99,31,0); }
div.DivClassName
{
background-color: #631F00;
}
.BgClassName
{
background-color: #631F00;
}
</style>
border-color css
<style>
span { border-color: #631F00; }
span { border-color: rgb(99,31,0); }
td.TdClassName
{
border-color: #631F00;
}
.TagClassName
{
border-color: #631F00;
}
</style>