Shades of Baker's Chocolate #632404
Tints of Baker's Chocolate #632404
RGB
CMYK
RGB Variations
Color information
#632404 (or 0x632404) is known color: Baker's Chocolate. HEX triplet: 63, 24 and 04. RGB value is (99,36,4). Sum of RGB (Red+Green+Blue) = 99+36+4=139 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.22% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 99 - color contains mainly: red. Hex color #632404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632404 is #9CDBFB. Grayscale: #333333. Windows color (decimal): -10279932 or 271459. OLE color: 271459.
HSL color Cylindrical-coordinate representation of color #632404: hue angle of 20.21º 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 #632404 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 36 | 4 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.61 |
| HSL | 20.21º | 0.92% | 0.2% | - |
| HSV(B) | 20.21º | 0.96% | 0.39% | - |
| XYZ | 5.8 | 3.92 | 0.57 | - |
| YUV | 51.19 | 101.37 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 4 | 0 | 0.64 | 0.96 | 0.61 | 20.21 | 0.92 | 0.2 |
| Hex | 63 | 24 | 4 | 0 | 40 | 60 | 3D | 14 | 5C | 14 |
| Octal | 143 | 44 | 4 | 0 | 100 | 140 | 75 | 24 | 134 | 24 |
| Binary | 1100011 | 100100 | 100 | 0 | 1000000 | 1100000 | 111101 | 10100 | 1011100 | 10100 |
Color Harmonies of #632404
Complementary color
Monochromatic Colors of #632404
Black with #632404
Text Example
Text Example
White with #632404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632404; }
p { color: rgb(99,36,4); }
H1.HeaderClassName
{
color: #632404;
}
.AnyTagClassName
{
color: #632404;
}
</style>
background-color css
<style>
a { background-color: #632404; }
a { background-color: rgb(99,36,4); }
div.DivClassName
{
background-color: #632404;
}
.BgClassName
{
background-color: #632404;
}
</style>
border-color css
<style>
span { border-color: #632404; }
span { border-color: rgb(99,36,4); }
td.TdClassName
{
border-color: #632404;
}
.TagClassName
{
border-color: #632404;
}
</style>