Shades of Baker's Chocolate #632604
Tints of Baker's Chocolate #632604
RGB
CMYK
RGB Variations
Color information
#632604 (or 0x632604) is known color: Baker's Chocolate. HEX triplet: 63, 26 and 04. RGB value is (99,38,4). Sum of RGB (Red+Green+Blue) = 99+38+4=141 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.21% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 99 - color contains mainly: red. Hex color #632604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632604 is #9CD9FB. Grayscale: #343434. Windows color (decimal): -10279420 or 271971. OLE color: 271971.
HSL color Cylindrical-coordinate representation of color #632604: hue angle of 21.47º 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 #632604 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 38 | 4 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.61 |
| HSL | 21.47º | 0.92% | 0.2% | - |
| HSV(B) | 21.47º | 0.96% | 0.39% | - |
| XYZ | 5.86 | 4.05 | 0.59 | - |
| YUV | 52.36 | 100.71 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 4 | 0 | 0.62 | 0.96 | 0.61 | 21.47 | 0.92 | 0.2 |
| Hex | 63 | 26 | 4 | 0 | 3E | 60 | 3D | 15 | 5C | 14 |
| Octal | 143 | 46 | 4 | 0 | 76 | 140 | 75 | 25 | 134 | 24 |
| Binary | 1100011 | 100110 | 100 | 0 | 111110 | 1100000 | 111101 | 10101 | 1011100 | 10100 |
Color Harmonies of #632604
Complementary color
Monochromatic Colors of #632604
Black with #632604
Text Example
Text Example
White with #632604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632604; }
p { color: rgb(99,38,4); }
H1.HeaderClassName
{
color: #632604;
}
.AnyTagClassName
{
color: #632604;
}
</style>
background-color css
<style>
a { background-color: #632604; }
a { background-color: rgb(99,38,4); }
div.DivClassName
{
background-color: #632604;
}
.BgClassName
{
background-color: #632604;
}
</style>
border-color css
<style>
span { border-color: #632604; }
span { border-color: rgb(99,38,4); }
td.TdClassName
{
border-color: #632604;
}
.TagClassName
{
border-color: #632604;
}
</style>