Shades of Baker's Chocolate #633010
Tints of Baker's Chocolate #633010
RGB
CMYK
RGB Variations
Color information
#633010 (or 0x633010) is known color: Baker's Chocolate. HEX triplet: 63, 30 and 10. RGB value is (99,48,16). Sum of RGB (Red+Green+Blue) = 99+48+16=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #633010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633010 is #9CCFEF. Grayscale: #3B3B3B. Windows color (decimal): -10276848 or 1060963. OLE color: 1060963.
HSL color Cylindrical-coordinate representation of color #633010: hue angle of 23.13º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #633010 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 48 | 16 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.61 |
| HSL | 23.13º | 0.72% | 0.23% | - |
| HSV(B) | 23.13º | 0.84% | 0.39% | - |
| XYZ | 6.3 | 4.8 | 1.09 | - |
| YUV | 59.6 | 103.4 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 48 | 16 | 0 | 0.52 | 0.84 | 0.61 | 23.13 | 0.72 | 0.23 |
| Hex | 63 | 30 | 10 | 0 | 34 | 54 | 3D | 17 | 48 | 17 |
| Octal | 143 | 60 | 20 | 0 | 64 | 124 | 75 | 27 | 110 | 27 |
| Binary | 1100011 | 110000 | 10000 | 0 | 110100 | 1010100 | 111101 | 10111 | 1001000 | 10111 |
Color Harmonies of #633010
Complementary color
Monochromatic Colors of #633010
Black with #633010
Text Example
Text Example
White with #633010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633010; }
p { color: rgb(99,48,16); }
H1.HeaderClassName
{
color: #633010;
}
.AnyTagClassName
{
color: #633010;
}
</style>
background-color css
<style>
a { background-color: #633010; }
a { background-color: rgb(99,48,16); }
div.DivClassName
{
background-color: #633010;
}
.BgClassName
{
background-color: #633010;
}
</style>
border-color css
<style>
span { border-color: #633010; }
span { border-color: rgb(99,48,16); }
td.TdClassName
{
border-color: #633010;
}
.TagClassName
{
border-color: #633010;
}
</style>