Shades of Baker's Chocolate #632407
Tints of Baker's Chocolate #632407
RGB
CMYK
RGB Variations
Color information
#632407 (or 0x632407) is known color: Baker's Chocolate. HEX triplet: 63, 24 and 07. RGB value is (99,36,7). Sum of RGB (Red+Green+Blue) = 99+36+7=142 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.72% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 99 - color contains mainly: red. Hex color #632407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632407 is #9CDBF8. Grayscale: #333333. Windows color (decimal): -10279929 or 468067. OLE color: 468067.
HSL color Cylindrical-coordinate representation of color #632407: hue angle of 18.91º 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 #632407 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 36 | 7 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.61 |
| HSL | 18.91º | 0.87% | 0.21% | - |
| HSV(B) | 18.91º | 0.93% | 0.39% | - |
| XYZ | 5.81 | 3.93 | 0.65 | - |
| YUV | 51.53 | 102.87 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 7 | 0 | 0.64 | 0.93 | 0.61 | 18.91 | 0.87 | 0.21 |
| Hex | 63 | 24 | 7 | 0 | 40 | 5D | 3D | 13 | 57 | 15 |
| Octal | 143 | 44 | 7 | 0 | 100 | 135 | 75 | 23 | 127 | 25 |
| Binary | 1100011 | 100100 | 111 | 0 | 1000000 | 1011101 | 111101 | 10011 | 1010111 | 10101 |
Color Harmonies of #632407
Complementary color
Monochromatic Colors of #632407
Black with #632407
Text Example
Text Example
White with #632407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632407; }
p { color: rgb(99,36,7); }
H1.HeaderClassName
{
color: #632407;
}
.AnyTagClassName
{
color: #632407;
}
</style>
background-color css
<style>
a { background-color: #632407; }
a { background-color: rgb(99,36,7); }
div.DivClassName
{
background-color: #632407;
}
.BgClassName
{
background-color: #632407;
}
</style>
border-color css
<style>
span { border-color: #632407; }
span { border-color: rgb(99,36,7); }
td.TdClassName
{
border-color: #632407;
}
.TagClassName
{
border-color: #632407;
}
</style>