Shades of Baker's Chocolate #632707
Tints of Baker's Chocolate #632707
RGB
CMYK
RGB Variations
Color information
#632707 (or 0x632707) is known color: Baker's Chocolate. HEX triplet: 63, 27 and 07. RGB value is (99,39,7). Sum of RGB (Red+Green+Blue) = 99+39+7=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #632707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632707 is #9CD8F8. Grayscale: #353535. Windows color (decimal): -10279161 or 468835. OLE color: 468835.
HSL color Cylindrical-coordinate representation of color #632707: hue angle of 20.87º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #632707 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 39 | 7 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.61 |
| HSL | 20.87º | 0.87% | 0.21% | - |
| HSV(B) | 20.87º | 0.93% | 0.39% | - |
| XYZ | 5.91 | 4.12 | 0.68 | - |
| YUV | 53.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 39 | 7 | 0 | 0.61 | 0.93 | 0.61 | 20.87 | 0.87 | 0.21 |
| Hex | 63 | 27 | 7 | 0 | 3D | 5D | 3D | 15 | 57 | 15 |
| Octal | 143 | 47 | 7 | 0 | 75 | 135 | 75 | 25 | 127 | 25 |
| Binary | 1100011 | 100111 | 111 | 0 | 111101 | 1011101 | 111101 | 10101 | 1010111 | 10101 |
Color Harmonies of #632707
Complementary color
Monochromatic Colors of #632707
Black with #632707
Text Example
Text Example
White with #632707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632707; }
p { color: rgb(99,39,7); }
H1.HeaderClassName
{
color: #632707;
}
.AnyTagClassName
{
color: #632707;
}
</style>
background-color css
<style>
a { background-color: #632707; }
a { background-color: rgb(99,39,7); }
div.DivClassName
{
background-color: #632707;
}
.BgClassName
{
background-color: #632707;
}
</style>
border-color css
<style>
span { border-color: #632707; }
span { border-color: rgb(99,39,7); }
td.TdClassName
{
border-color: #632707;
}
.TagClassName
{
border-color: #632707;
}
</style>