Shades of Baker's Chocolate #633A12
Tints of Baker's Chocolate #633A12
RGB
CMYK
RGB Variations
Color information
#633A12 (or 0x633A12) is known color: Baker's Chocolate. HEX triplet: 63, 3A and 12. RGB value is (99,58,18). Sum of RGB (Red+Green+Blue) = 99+58+18=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #633A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633A12 is #9CC5ED. Grayscale: #414141. Windows color (decimal): -10274286 or 1194595. OLE color: 1194595.
HSL color Cylindrical-coordinate representation of color #633A12: hue angle of 29.63º 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 #633A12 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 58 | 18 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.61 |
| HSL | 29.63º | 0.69% | 0.23% | - |
| HSV(B) | 29.63º | 0.82% | 0.39% | - |
| XYZ | 6.77 | 5.72 | 1.32 | - |
| YUV | 65.7 | 101.08 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 58 | 18 | 0 | 0.41 | 0.82 | 0.61 | 29.63 | 0.69 | 0.23 |
| Hex | 63 | 3A | 12 | 0 | 29 | 52 | 3D | 1E | 45 | 17 |
| Octal | 143 | 72 | 22 | 0 | 51 | 122 | 75 | 36 | 105 | 27 |
| Binary | 1100011 | 111010 | 10010 | 0 | 101001 | 1010010 | 111101 | 11110 | 1000101 | 10111 |
Color Harmonies of #633A12
Complementary color
Monochromatic Colors of #633A12
Black with #633A12
Text Example
Text Example
White with #633A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633A12; }
p { color: rgb(99,58,18); }
H1.HeaderClassName
{
color: #633A12;
}
.AnyTagClassName
{
color: #633A12;
}
</style>
background-color css
<style>
a { background-color: #633A12; }
a { background-color: rgb(99,58,18); }
div.DivClassName
{
background-color: #633A12;
}
.BgClassName
{
background-color: #633A12;
}
</style>
border-color css
<style>
span { border-color: #633A12; }
span { border-color: rgb(99,58,18); }
td.TdClassName
{
border-color: #633A12;
}
.TagClassName
{
border-color: #633A12;
}
</style>