Shades of Baker's Chocolate #633C12
Tints of Baker's Chocolate #633C12
RGB
CMYK
RGB Variations
Color information
#633C12 (or 0x633C12) is known color: Baker's Chocolate. HEX triplet: 63, 3C and 12. RGB value is (99,60,18). Sum of RGB (Red+Green+Blue) = 99+60+18=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #633C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633C12 is #9CC3ED. Grayscale: #434343. Windows color (decimal): -10273774 or 1195107. OLE color: 1195107.
HSL color Cylindrical-coordinate representation of color #633C12: hue angle of 31.11º 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 #633C12 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 60 | 18 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.61 |
| HSL | 31.11º | 0.69% | 0.23% | - |
| HSV(B) | 31.11º | 0.82% | 0.39% | - |
| XYZ | 6.87 | 5.93 | 1.35 | - |
| YUV | 66.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 18 | 0 | 0.39 | 0.82 | 0.61 | 31.11 | 0.69 | 0.23 |
| Hex | 63 | 3C | 12 | 0 | 27 | 52 | 3D | 1F | 45 | 17 |
| Octal | 143 | 74 | 22 | 0 | 47 | 122 | 75 | 37 | 105 | 27 |
| Binary | 1100011 | 111100 | 10010 | 0 | 100111 | 1010010 | 111101 | 11111 | 1000101 | 10111 |
Color Harmonies of #633C12
Complementary color
Monochromatic Colors of #633C12
Black with #633C12
Text Example
Text Example
White with #633C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633C12; }
p { color: rgb(99,60,18); }
H1.HeaderClassName
{
color: #633C12;
}
.AnyTagClassName
{
color: #633C12;
}
</style>
background-color css
<style>
a { background-color: #633C12; }
a { background-color: rgb(99,60,18); }
div.DivClassName
{
background-color: #633C12;
}
.BgClassName
{
background-color: #633C12;
}
</style>
border-color css
<style>
span { border-color: #633C12; }
span { border-color: rgb(99,60,18); }
td.TdClassName
{
border-color: #633C12;
}
.TagClassName
{
border-color: #633C12;
}
</style>