Shades of Baker's Chocolate #633C0E
Tints of Baker's Chocolate #633C0E
RGB
CMYK
RGB Variations
Color information
#633C0E (or 0x633C0E) is known color: Baker's Chocolate. HEX triplet: 63, 3C and 0E. RGB value is (99,60,14). Sum of RGB (Red+Green+Blue) = 99+60+14=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #633C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633C0E is #9CC3F1. Grayscale: #424242. Windows color (decimal): -10273778 or 932963. OLE color: 932963.
HSL color Cylindrical-coordinate representation of color #633C0E: hue angle of 32.47º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #633C0E is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 60 | 14 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.61 |
| HSL | 32.47º | 0.75% | 0.22% | - |
| HSV(B) | 32.47º | 0.86% | 0.39% | - |
| XYZ | 6.84 | 5.92 | 1.2 | - |
| YUV | 66.42 | 98.42 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 14 | 0 | 0.39 | 0.86 | 0.61 | 32.47 | 0.75 | 0.22 |
| Hex | 63 | 3C | E | 0 | 27 | 56 | 3D | 20 | 4B | 16 |
| Octal | 143 | 74 | 16 | 0 | 47 | 126 | 75 | 40 | 113 | 26 |
| Binary | 1100011 | 111100 | 1110 | 0 | 100111 | 1010110 | 111101 | 100000 | 1001011 | 10110 |
Color Harmonies of #633C0E
Complementary color
Monochromatic Colors of #633C0E
Black with #633C0E
Text Example
Text Example
White with #633C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633C0E; }
p { color: rgb(99,60,14); }
H1.HeaderClassName
{
color: #633C0E;
}
.AnyTagClassName
{
color: #633C0E;
}
</style>
background-color css
<style>
a { background-color: #633C0E; }
a { background-color: rgb(99,60,14); }
div.DivClassName
{
background-color: #633C0E;
}
.BgClassName
{
background-color: #633C0E;
}
</style>
border-color css
<style>
span { border-color: #633C0E; }
span { border-color: rgb(99,60,14); }
td.TdClassName
{
border-color: #633C0E;
}
.TagClassName
{
border-color: #633C0E;
}
</style>