Shades of Baker's Chocolate #633312
Tints of Baker's Chocolate #633312
RGB
CMYK
RGB Variations
Color information
#633312 (or 0x633312) is known color: Baker's Chocolate. HEX triplet: 63, 33 and 12. RGB value is (99,51,18). Sum of RGB (Red+Green+Blue) = 99+51+18=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #633312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633312 is #9CCCED. Grayscale: #3D3D3D. Windows color (decimal): -10276078 or 1192803. OLE color: 1192803.
HSL color Cylindrical-coordinate representation of color #633312: hue angle of 24.44º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #633312 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 51 | 18 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.61 |
| HSL | 24.44º | 0.69% | 0.23% | - |
| HSV(B) | 24.44º | 0.82% | 0.39% | - |
| XYZ | 6.44 | 5.06 | 1.21 | - |
| YUV | 61.59 | 103.4 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 18 | 0 | 0.48 | 0.82 | 0.61 | 24.44 | 0.69 | 0.23 |
| Hex | 63 | 33 | 12 | 0 | 30 | 52 | 3D | 18 | 45 | 17 |
| Octal | 143 | 63 | 22 | 0 | 60 | 122 | 75 | 30 | 105 | 27 |
| Binary | 1100011 | 110011 | 10010 | 0 | 110000 | 1010010 | 111101 | 11000 | 1000101 | 10111 |
Color Harmonies of #633312
Complementary color
Monochromatic Colors of #633312
Black with #633312
Text Example
Text Example
White with #633312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633312; }
p { color: rgb(99,51,18); }
H1.HeaderClassName
{
color: #633312;
}
.AnyTagClassName
{
color: #633312;
}
</style>
background-color css
<style>
a { background-color: #633312; }
a { background-color: rgb(99,51,18); }
div.DivClassName
{
background-color: #633312;
}
.BgClassName
{
background-color: #633312;
}
</style>
border-color css
<style>
span { border-color: #633312; }
span { border-color: rgb(99,51,18); }
td.TdClassName
{
border-color: #633312;
}
.TagClassName
{
border-color: #633312;
}
</style>