Shades of Baker's Chocolate #632504
Tints of Baker's Chocolate #632504
RGB
CMYK
RGB Variations
Color information
#632504 (or 0x632504) is known color: Baker's Chocolate. HEX triplet: 63, 25 and 04. RGB value is (99,37,4). Sum of RGB (Red+Green+Blue) = 99+37+4=140 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.71% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 99 - color contains mainly: red. Hex color #632504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632504 is #9CDAFB. Grayscale: #333333. Windows color (decimal): -10279676 or 271715. OLE color: 271715.
HSL color Cylindrical-coordinate representation of color #632504: hue angle of 20.84º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #632504 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 37 | 4 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.61 |
| HSL | 20.84º | 0.92% | 0.2% | - |
| HSV(B) | 20.84º | 0.96% | 0.39% | - |
| XYZ | 5.83 | 3.98 | 0.58 | - |
| YUV | 51.78 | 101.04 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 37 | 4 | 0 | 0.63 | 0.96 | 0.61 | 20.84 | 0.92 | 0.2 |
| Hex | 63 | 25 | 4 | 0 | 3F | 60 | 3D | 15 | 5C | 14 |
| Octal | 143 | 45 | 4 | 0 | 77 | 140 | 75 | 25 | 134 | 24 |
| Binary | 1100011 | 100101 | 100 | 0 | 111111 | 1100000 | 111101 | 10101 | 1011100 | 10100 |
Color Harmonies of #632504
Complementary color
Monochromatic Colors of #632504
Black with #632504
Text Example
Text Example
White with #632504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632504; }
p { color: rgb(99,37,4); }
H1.HeaderClassName
{
color: #632504;
}
.AnyTagClassName
{
color: #632504;
}
</style>
background-color css
<style>
a { background-color: #632504; }
a { background-color: rgb(99,37,4); }
div.DivClassName
{
background-color: #632504;
}
.BgClassName
{
background-color: #632504;
}
</style>
border-color css
<style>
span { border-color: #632504; }
span { border-color: rgb(99,37,4); }
td.TdClassName
{
border-color: #632504;
}
.TagClassName
{
border-color: #632504;
}
</style>