Shades of Baker's Chocolate #633110
Tints of Baker's Chocolate #633110
RGB
CMYK
RGB Variations
Color information
#633110 (or 0x633110) is known color: Baker's Chocolate. HEX triplet: 63, 31 and 10. RGB value is (99,49,16). Sum of RGB (Red+Green+Blue) = 99+49+16=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #633110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633110 is #9CCEEF. Grayscale: #3C3C3C. Windows color (decimal): -10276592 or 1061219. OLE color: 1061219.
HSL color Cylindrical-coordinate representation of color #633110: hue angle of 23.86º 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 #633110 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 49 | 16 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.61 |
| HSL | 23.86º | 0.72% | 0.23% | - |
| HSV(B) | 23.86º | 0.84% | 0.39% | - |
| XYZ | 6.34 | 4.89 | 1.1 | - |
| YUV | 60.19 | 103.07 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 16 | 0 | 0.51 | 0.84 | 0.61 | 23.86 | 0.72 | 0.23 |
| Hex | 63 | 31 | 10 | 0 | 33 | 54 | 3D | 18 | 48 | 17 |
| Octal | 143 | 61 | 20 | 0 | 63 | 124 | 75 | 30 | 110 | 27 |
| Binary | 1100011 | 110001 | 10000 | 0 | 110011 | 1010100 | 111101 | 11000 | 1001000 | 10111 |
Color Harmonies of #633110
Complementary color
Monochromatic Colors of #633110
Black with #633110
Text Example
Text Example
White with #633110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633110; }
p { color: rgb(99,49,16); }
H1.HeaderClassName
{
color: #633110;
}
.AnyTagClassName
{
color: #633110;
}
</style>
background-color css
<style>
a { background-color: #633110; }
a { background-color: rgb(99,49,16); }
div.DivClassName
{
background-color: #633110;
}
.BgClassName
{
background-color: #633110;
}
</style>
border-color css
<style>
span { border-color: #633110; }
span { border-color: rgb(99,49,16); }
td.TdClassName
{
border-color: #633110;
}
.TagClassName
{
border-color: #633110;
}
</style>