Shades of Baker's Chocolate #631C01
Tints of Baker's Chocolate #631C01
RGB
CMYK
RGB Variations
Color information
#631C01 (or 0x631C01) is known color: Baker's Chocolate. HEX triplet: 63, 1C and 01. RGB value is (99,28,1). Sum of RGB (Red+Green+Blue) = 99+28+1=128 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.34% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 99 - color contains mainly: red. Hex color #631C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631C01 is #9CE3FE. Grayscale: #2E2E2E. Windows color (decimal): -10281983 or 72803. OLE color: 72803.
HSL color Cylindrical-coordinate representation of color #631C01: hue angle of 16.53º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #631C01 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 28 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.61 |
| HSL | 16.53º | 0.98% | 0.2% | - |
| HSV(B) | 16.53º | 0.99% | 0.39% | - |
| XYZ | 5.57 | 3.49 | 0.41 | - |
| YUV | 46.15 | 102.52 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 28 | 1 | 0 | 0.72 | 0.99 | 0.61 | 16.53 | 0.98 | 0.2 |
| Hex | 63 | 1C | 1 | 0 | 48 | 63 | 3D | 11 | 62 | 14 |
| Octal | 143 | 34 | 1 | 0 | 110 | 143 | 75 | 21 | 142 | 24 |
| Binary | 1100011 | 11100 | 1 | 0 | 1001000 | 1100011 | 111101 | 10001 | 1100010 | 10100 |
Color Harmonies of #631C01
Complementary color
Monochromatic Colors of #631C01
Black with #631C01
Text Example
Text Example
White with #631C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631C01; }
p { color: rgb(99,28,1); }
H1.HeaderClassName
{
color: #631C01;
}
.AnyTagClassName
{
color: #631C01;
}
</style>
background-color css
<style>
a { background-color: #631C01; }
a { background-color: rgb(99,28,1); }
div.DivClassName
{
background-color: #631C01;
}
.BgClassName
{
background-color: #631C01;
}
</style>
border-color css
<style>
span { border-color: #631C01; }
span { border-color: rgb(99,28,1); }
td.TdClassName
{
border-color: #631C01;
}
.TagClassName
{
border-color: #631C01;
}
</style>