Shades of Baker's Chocolate #632700
Tints of Baker's Chocolate #632700
RGB
CMYK
RGB Variations
Color information
#632700 (or 0x632700) is known color: Baker's Chocolate. HEX triplet: 63, 27 and 00. RGB value is (99,39,0). Sum of RGB (Red+Green+Blue) = 99+39+0=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #632700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632700 is #9CD8FF. Grayscale: #343434. Windows color (decimal): -10279168 or 10083. OLE color: 10083.
HSL color Cylindrical-coordinate representation of color #632700: hue angle of 23.64º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #632700 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 39 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.61 |
| HSL | 23.64º | 1% | 0.19% | - |
| HSV(B) | 23.64º | 1% | 0.39% | - |
| XYZ | 5.87 | 4.1 | 0.48 | - |
| YUV | 52.49 | 98.38 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 39 | 0 | 0 | 0.61 | 1 | 0.61 | 23.64 | 1 | 0.19 |
| Hex | 63 | 27 | 0 | 0 | 3D | 64 | 3D | 18 | 64 | 13 |
| Octal | 143 | 47 | 0 | 0 | 75 | 144 | 75 | 30 | 144 | 23 |
| Binary | 1100011 | 100111 | 0 | 0 | 111101 | 1100100 | 111101 | 11000 | 1100100 | 10011 |
Color Harmonies of #632700
Complementary color
Monochromatic Colors of #632700
Black with #632700
Text Example
Text Example
White with #632700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632700; }
p { color: rgb(99,39,0); }
H1.HeaderClassName
{
color: #632700;
}
.AnyTagClassName
{
color: #632700;
}
</style>
background-color css
<style>
a { background-color: #632700; }
a { background-color: rgb(99,39,0); }
div.DivClassName
{
background-color: #632700;
}
.BgClassName
{
background-color: #632700;
}
</style>
border-color css
<style>
span { border-color: #632700; }
span { border-color: rgb(99,39,0); }
td.TdClassName
{
border-color: #632700;
}
.TagClassName
{
border-color: #632700;
}
</style>