Shades of Baker's Chocolate #632408
Tints of Baker's Chocolate #632408
RGB
CMYK
RGB Variations
Color information
#632408 (or 0x632408) is known color: Baker's Chocolate. HEX triplet: 63, 24 and 08. RGB value is (99,36,8). Sum of RGB (Red+Green+Blue) = 99+36+8=143 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.23% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 99 - color contains mainly: red. Hex color #632408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632408 is #9CDBF7. Grayscale: #333333. Windows color (decimal): -10279928 or 533603. OLE color: 533603.
HSL color Cylindrical-coordinate representation of color #632408: hue angle of 18.46º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #632408 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 36 | 8 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.61 |
| HSL | 18.46º | 0.85% | 0.21% | - |
| HSV(B) | 18.46º | 0.92% | 0.39% | - |
| XYZ | 5.82 | 3.93 | 0.68 | - |
| YUV | 51.65 | 103.37 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 8 | 0 | 0.64 | 0.92 | 0.61 | 18.46 | 0.85 | 0.21 |
| Hex | 63 | 24 | 8 | 0 | 40 | 5C | 3D | 12 | 55 | 15 |
| Octal | 143 | 44 | 10 | 0 | 100 | 134 | 75 | 22 | 125 | 25 |
| Binary | 1100011 | 100100 | 1000 | 0 | 1000000 | 1011100 | 111101 | 10010 | 1010101 | 10101 |
Color Harmonies of #632408
Complementary color
Monochromatic Colors of #632408
Black with #632408
Text Example
Text Example
White with #632408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632408; }
p { color: rgb(99,36,8); }
H1.HeaderClassName
{
color: #632408;
}
.AnyTagClassName
{
color: #632408;
}
</style>
background-color css
<style>
a { background-color: #632408; }
a { background-color: rgb(99,36,8); }
div.DivClassName
{
background-color: #632408;
}
.BgClassName
{
background-color: #632408;
}
</style>
border-color css
<style>
span { border-color: #632408; }
span { border-color: rgb(99,36,8); }
td.TdClassName
{
border-color: #632408;
}
.TagClassName
{
border-color: #632408;
}
</style>