Shades of Baker's Chocolate #631A00
Tints of Baker's Chocolate #631A00
RGB
CMYK
RGB Variations
Color information
#631A00 (or 0x631A00) is known color: Baker's Chocolate. HEX triplet: 63, 1A and 00. RGB value is (99,26,0). Sum of RGB (Red+Green+Blue) = 99+26+0=125 (16% of max value = 765). Red value is 99 (39.06% from 255 or 79.2% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 99 - color contains mainly: red. Hex color #631A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631A00 is #9CE5FF. Grayscale: #2D2D2D. Windows color (decimal): -10282496 or 6755. OLE color: 6755.
HSL color Cylindrical-coordinate representation of color #631A00: hue angle of 15.76º 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 #631A00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 26 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.61 |
| HSL | 15.76º | 1% | 0.19% | - |
| HSV(B) | 15.76º | 1% | 0.39% | - |
| XYZ | 5.51 | 3.39 | 0.36 | - |
| YUV | 44.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 0 | 0 | 0.74 | 1 | 0.61 | 15.76 | 1 | 0.19 |
| Hex | 63 | 1A | 0 | 0 | 4A | 64 | 3D | 10 | 64 | 13 |
| Octal | 143 | 32 | 0 | 0 | 112 | 144 | 75 | 20 | 144 | 23 |
| Binary | 1100011 | 11010 | 0 | 0 | 1001010 | 1100100 | 111101 | 10000 | 1100100 | 10011 |
Color Harmonies of #631A00
Complementary color
Monochromatic Colors of #631A00
Black with #631A00
Text Example
Text Example
White with #631A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631A00; }
p { color: rgb(99,26,0); }
H1.HeaderClassName
{
color: #631A00;
}
.AnyTagClassName
{
color: #631A00;
}
</style>
background-color css
<style>
a { background-color: #631A00; }
a { background-color: rgb(99,26,0); }
div.DivClassName
{
background-color: #631A00;
}
.BgClassName
{
background-color: #631A00;
}
</style>
border-color css
<style>
span { border-color: #631A00; }
span { border-color: rgb(99,26,0); }
td.TdClassName
{
border-color: #631A00;
}
.TagClassName
{
border-color: #631A00;
}
</style>