Shades of Baker's Chocolate #632B18
Tints of Baker's Chocolate #632B18
RGB
CMYK
RGB Variations
Color information
#632B18 (or 0x632B18) is known color: Baker's Chocolate. HEX triplet: 63, 2B and 18. RGB value is (99,43,24). Sum of RGB (Red+Green+Blue) = 99+43+24=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #632B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632B18 is #9CD4E7. Grayscale: #393939. Windows color (decimal): -10278120 or 1583971. OLE color: 1583971.
HSL color Cylindrical-coordinate representation of color #632B18: hue angle of 15.2º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #632B18 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 43 | 24 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.61 |
| HSL | 15.2º | 0.61% | 0.24% | - |
| HSV(B) | 15.2º | 0.76% | 0.39% | - |
| XYZ | 6.17 | 4.45 | 1.4 | - |
| YUV | 57.58 | 109.05 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 43 | 24 | 0 | 0.57 | 0.76 | 0.61 | 15.2 | 0.61 | 0.24 |
| Hex | 63 | 2B | 18 | 0 | 39 | 4C | 3D | F | 3D | 18 |
| Octal | 143 | 53 | 30 | 0 | 71 | 114 | 75 | 17 | 75 | 30 |
| Binary | 1100011 | 101011 | 11000 | 0 | 111001 | 1001100 | 111101 | 1111 | 111101 | 11000 |
Color Harmonies of #632B18
Complementary color
Monochromatic Colors of #632B18
Black with #632B18
Text Example
Text Example
White with #632B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632B18; }
p { color: rgb(99,43,24); }
H1.HeaderClassName
{
color: #632B18;
}
.AnyTagClassName
{
color: #632B18;
}
</style>
background-color css
<style>
a { background-color: #632B18; }
a { background-color: rgb(99,43,24); }
div.DivClassName
{
background-color: #632B18;
}
.BgClassName
{
background-color: #632B18;
}
</style>
border-color css
<style>
span { border-color: #632B18; }
span { border-color: rgb(99,43,24); }
td.TdClassName
{
border-color: #632B18;
}
.TagClassName
{
border-color: #632B18;
}
</style>