Shades of Baker's Chocolate #633A06
Tints of Baker's Chocolate #633A06
RGB
CMYK
RGB Variations
Color information
#633A06 (or 0x633A06) is known color: Baker's Chocolate. HEX triplet: 63, 3A and 06. RGB value is (99,58,6). Sum of RGB (Red+Green+Blue) = 99+58+6=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #633A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633A06 is #9CC5F9. Grayscale: #404040. Windows color (decimal): -10274298 or 408163. OLE color: 408163.
HSL color Cylindrical-coordinate representation of color #633A06: hue angle of 33.55º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #633A06 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 58 | 6 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.61 |
| HSL | 33.55º | 0.89% | 0.21% | - |
| HSV(B) | 33.55º | 0.94% | 0.39% | - |
| XYZ | 6.69 | 5.69 | 0.92 | - |
| YUV | 64.33 | 95.08 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 58 | 6 | 0 | 0.41 | 0.94 | 0.61 | 33.55 | 0.89 | 0.21 |
| Hex | 63 | 3A | 6 | 0 | 29 | 5E | 3D | 22 | 59 | 15 |
| Octal | 143 | 72 | 6 | 0 | 51 | 136 | 75 | 42 | 131 | 25 |
| Binary | 1100011 | 111010 | 110 | 0 | 101001 | 1011110 | 111101 | 100010 | 1011001 | 10101 |
Color Harmonies of #633A06
Complementary color
Monochromatic Colors of #633A06
Black with #633A06
Text Example
Text Example
White with #633A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633A06; }
p { color: rgb(99,58,6); }
H1.HeaderClassName
{
color: #633A06;
}
.AnyTagClassName
{
color: #633A06;
}
</style>
background-color css
<style>
a { background-color: #633A06; }
a { background-color: rgb(99,58,6); }
div.DivClassName
{
background-color: #633A06;
}
.BgClassName
{
background-color: #633A06;
}
</style>
border-color css
<style>
span { border-color: #633A06; }
span { border-color: rgb(99,58,6); }
td.TdClassName
{
border-color: #633A06;
}
.TagClassName
{
border-color: #633A06;
}
</style>