Shades of Baker's Chocolate #631D02
Tints of Baker's Chocolate #631D02
RGB
CMYK
RGB Variations
Color information
#631D02 (or 0x631D02) is known color: Baker's Chocolate. HEX triplet: 63, 1D and 02. RGB value is (99,29,2). Sum of RGB (Red+Green+Blue) = 99+29+2=130 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.15% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 99 - color contains mainly: red. Hex color #631D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631D02 is #9CE2FD. Grayscale: #2F2F2F. Windows color (decimal): -10281726 or 138595. OLE color: 138595.
HSL color Cylindrical-coordinate representation of color #631D02: hue angle of 16.7º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #631D02 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 29 | 2 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.61 |
| HSL | 16.7º | 0.96% | 0.2% | - |
| HSV(B) | 16.7º | 0.98% | 0.39% | - |
| XYZ | 5.6 | 3.54 | 0.44 | - |
| YUV | 46.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 29 | 2 | 0 | 0.71 | 0.98 | 0.61 | 16.7 | 0.96 | 0.2 |
| Hex | 63 | 1D | 2 | 0 | 47 | 62 | 3D | 11 | 60 | 14 |
| Octal | 143 | 35 | 2 | 0 | 107 | 142 | 75 | 21 | 140 | 24 |
| Binary | 1100011 | 11101 | 10 | 0 | 1000111 | 1100010 | 111101 | 10001 | 1100000 | 10100 |
Color Harmonies of #631D02
Complementary color
Monochromatic Colors of #631D02
Black with #631D02
Text Example
Text Example
White with #631D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631D02; }
p { color: rgb(99,29,2); }
H1.HeaderClassName
{
color: #631D02;
}
.AnyTagClassName
{
color: #631D02;
}
</style>
background-color css
<style>
a { background-color: #631D02; }
a { background-color: rgb(99,29,2); }
div.DivClassName
{
background-color: #631D02;
}
.BgClassName
{
background-color: #631D02;
}
</style>
border-color css
<style>
span { border-color: #631D02; }
span { border-color: rgb(99,29,2); }
td.TdClassName
{
border-color: #631D02;
}
.TagClassName
{
border-color: #631D02;
}
</style>