Shades of Baker's Chocolate #632F09
Tints of Baker's Chocolate #632F09
RGB
CMYK
RGB Variations
Color information
#632F09 (or 0x632F09) is known color: Baker's Chocolate. HEX triplet: 63, 2F and 09. RGB value is (99,47,9). Sum of RGB (Red+Green+Blue) = 99+47+9=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #632F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632F09 is #9CD0F6. Grayscale: #3A3A3A. Windows color (decimal): -10277111 or 601955. OLE color: 601955.
HSL color Cylindrical-coordinate representation of color #632F09: hue angle of 25.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #632F09 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 9 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.61 |
| HSL | 25.33º | 0.83% | 0.21% | - |
| HSV(B) | 25.33º | 0.91% | 0.39% | - |
| XYZ | 6.21 | 4.71 | 0.84 | - |
| YUV | 58.22 | 100.23 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 9 | 0 | 0.53 | 0.91 | 0.61 | 25.33 | 0.83 | 0.21 |
| Hex | 63 | 2F | 9 | 0 | 35 | 5B | 3D | 19 | 53 | 15 |
| Octal | 143 | 57 | 11 | 0 | 65 | 133 | 75 | 31 | 123 | 25 |
| Binary | 1100011 | 101111 | 1001 | 0 | 110101 | 1011011 | 111101 | 11001 | 1010011 | 10101 |
Color Harmonies of #632F09
Complementary color
Monochromatic Colors of #632F09
Black with #632F09
Text Example
Text Example
White with #632F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F09; }
p { color: rgb(99,47,9); }
H1.HeaderClassName
{
color: #632F09;
}
.AnyTagClassName
{
color: #632F09;
}
</style>
background-color css
<style>
a { background-color: #632F09; }
a { background-color: rgb(99,47,9); }
div.DivClassName
{
background-color: #632F09;
}
.BgClassName
{
background-color: #632F09;
}
</style>
border-color css
<style>
span { border-color: #632F09; }
span { border-color: rgb(99,47,9); }
td.TdClassName
{
border-color: #632F09;
}
.TagClassName
{
border-color: #632F09;
}
</style>