Shades of Baker's Chocolate #632208
Tints of Baker's Chocolate #632208
RGB
CMYK
RGB Variations
Color information
#632208 (or 0x632208) is known color: Baker's Chocolate. HEX triplet: 63, 22 and 08. RGB value is (99,34,8). Sum of RGB (Red+Green+Blue) = 99+34+8=141 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.21% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 99 - color contains mainly: red. Hex color #632208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632208 is #9CDDF7. Grayscale: #323232. Windows color (decimal): -10280440 or 533091. OLE color: 533091.
HSL color Cylindrical-coordinate representation of color #632208: hue angle of 17.14º 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 #632208 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 34 | 8 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.61 |
| HSL | 17.14º | 0.85% | 0.21% | - |
| HSV(B) | 17.14º | 0.92% | 0.39% | - |
| XYZ | 5.76 | 3.81 | 0.66 | - |
| YUV | 50.47 | 104.03 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 8 | 0 | 0.66 | 0.92 | 0.61 | 17.14 | 0.85 | 0.21 |
| Hex | 63 | 22 | 8 | 0 | 42 | 5C | 3D | 11 | 55 | 15 |
| Octal | 143 | 42 | 10 | 0 | 102 | 134 | 75 | 21 | 125 | 25 |
| Binary | 1100011 | 100010 | 1000 | 0 | 1000010 | 1011100 | 111101 | 10001 | 1010101 | 10101 |
Color Harmonies of #632208
Complementary color
Monochromatic Colors of #632208
Black with #632208
Text Example
Text Example
White with #632208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632208; }
p { color: rgb(99,34,8); }
H1.HeaderClassName
{
color: #632208;
}
.AnyTagClassName
{
color: #632208;
}
</style>
background-color css
<style>
a { background-color: #632208; }
a { background-color: rgb(99,34,8); }
div.DivClassName
{
background-color: #632208;
}
.BgClassName
{
background-color: #632208;
}
</style>
border-color css
<style>
span { border-color: #632208; }
span { border-color: rgb(99,34,8); }
td.TdClassName
{
border-color: #632208;
}
.TagClassName
{
border-color: #632208;
}
</style>