Shades of Baker's Chocolate #632E08
Tints of Baker's Chocolate #632E08
RGB
CMYK
RGB Variations
Color information
#632E08 (or 0x632E08) is known color: Baker's Chocolate. HEX triplet: 63, 2E and 08. RGB value is (99,46,8). Sum of RGB (Red+Green+Blue) = 99+46+8=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #632E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632E08 is #9CD1F7. Grayscale: #393939. Windows color (decimal): -10277368 or 536163. OLE color: 536163.
HSL color Cylindrical-coordinate representation of color #632E08: hue angle of 25.05º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #632E08 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 46 | 8 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.61 |
| HSL | 25.05º | 0.85% | 0.21% | - |
| HSV(B) | 25.05º | 0.92% | 0.39% | - |
| XYZ | 6.17 | 4.62 | 0.8 | - |
| YUV | 57.52 | 100.06 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 8 | 0 | 0.54 | 0.92 | 0.61 | 25.05 | 0.85 | 0.21 |
| Hex | 63 | 2E | 8 | 0 | 36 | 5C | 3D | 19 | 55 | 15 |
| Octal | 143 | 56 | 10 | 0 | 66 | 134 | 75 | 31 | 125 | 25 |
| Binary | 1100011 | 101110 | 1000 | 0 | 110110 | 1011100 | 111101 | 11001 | 1010101 | 10101 |
Color Harmonies of #632E08
Complementary color
Monochromatic Colors of #632E08
Black with #632E08
Text Example
Text Example
White with #632E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E08; }
p { color: rgb(99,46,8); }
H1.HeaderClassName
{
color: #632E08;
}
.AnyTagClassName
{
color: #632E08;
}
</style>
background-color css
<style>
a { background-color: #632E08; }
a { background-color: rgb(99,46,8); }
div.DivClassName
{
background-color: #632E08;
}
.BgClassName
{
background-color: #632E08;
}
</style>
border-color css
<style>
span { border-color: #632E08; }
span { border-color: rgb(99,46,8); }
td.TdClassName
{
border-color: #632E08;
}
.TagClassName
{
border-color: #632E08;
}
</style>