Shades of Baker's Chocolate #632F0A
Tints of Baker's Chocolate #632F0A
RGB
CMYK
RGB Variations
Color information
#632F0A (or 0x632F0A) is known color: Baker's Chocolate. HEX triplet: 63, 2F and 0A. RGB value is (99,47,10). Sum of RGB (Red+Green+Blue) = 99+47+10=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #632F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632F0A is #9CD0F5. Grayscale: #3A3A3A. Windows color (decimal): -10277110 or 667491. OLE color: 667491.
HSL color Cylindrical-coordinate representation of color #632F0A: hue angle of 24.94º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #632F0A is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 10 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.61 |
| HSL | 24.94º | 0.82% | 0.21% | - |
| HSV(B) | 24.94º | 0.9% | 0.39% | - |
| XYZ | 6.22 | 4.71 | 0.87 | - |
| YUV | 58.33 | 100.73 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 10 | 0 | 0.53 | 0.90 | 0.61 | 24.94 | 0.82 | 0.21 |
| Hex | 63 | 2F | A | 0 | 35 | 5A | 3D | 19 | 52 | 15 |
| Octal | 143 | 57 | 12 | 0 | 65 | 132 | 75 | 31 | 122 | 25 |
| Binary | 1100011 | 101111 | 1010 | 0 | 110101 | 1011010 | 111101 | 11001 | 1010010 | 10101 |
Color Harmonies of #632F0A
Complementary color
Monochromatic Colors of #632F0A
Black with #632F0A
Text Example
Text Example
White with #632F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F0A; }
p { color: rgb(99,47,10); }
H1.HeaderClassName
{
color: #632F0A;
}
.AnyTagClassName
{
color: #632F0A;
}
</style>
background-color css
<style>
a { background-color: #632F0A; }
a { background-color: rgb(99,47,10); }
div.DivClassName
{
background-color: #632F0A;
}
.BgClassName
{
background-color: #632F0A;
}
</style>
border-color css
<style>
span { border-color: #632F0A; }
span { border-color: rgb(99,47,10); }
td.TdClassName
{
border-color: #632F0A;
}
.TagClassName
{
border-color: #632F0A;
}
</style>