Shades of Baker's Chocolate #633217
Tints of Baker's Chocolate #633217
RGB
CMYK
RGB Variations
Color information
#633217 (or 0x633217) is known color: Baker's Chocolate. HEX triplet: 63, 32 and 17. RGB value is (99,50,23). Sum of RGB (Red+Green+Blue) = 99+50+23=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #633217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633217 is #9CCDE8. Grayscale: #3D3D3D. Windows color (decimal): -10276329 or 1520227. OLE color: 1520227.
HSL color Cylindrical-coordinate representation of color #633217: hue angle of 21.32º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #633217 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 50 | 23 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.61 |
| HSL | 21.32º | 0.62% | 0.24% | - |
| HSV(B) | 21.32º | 0.77% | 0.39% | - |
| XYZ | 6.44 | 5 | 1.44 | - |
| YUV | 61.57 | 106.23 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 50 | 23 | 0 | 0.49 | 0.77 | 0.61 | 21.32 | 0.62 | 0.24 |
| Hex | 63 | 32 | 17 | 0 | 31 | 4D | 3D | 15 | 3E | 18 |
| Octal | 143 | 62 | 27 | 0 | 61 | 115 | 75 | 25 | 76 | 30 |
| Binary | 1100011 | 110010 | 10111 | 0 | 110001 | 1001101 | 111101 | 10101 | 111110 | 11000 |
Color Harmonies of #633217
Complementary color
Monochromatic Colors of #633217
Black with #633217
Text Example
Text Example
White with #633217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633217; }
p { color: rgb(99,50,23); }
H1.HeaderClassName
{
color: #633217;
}
.AnyTagClassName
{
color: #633217;
}
</style>
background-color css
<style>
a { background-color: #633217; }
a { background-color: rgb(99,50,23); }
div.DivClassName
{
background-color: #633217;
}
.BgClassName
{
background-color: #633217;
}
</style>
border-color css
<style>
span { border-color: #633217; }
span { border-color: rgb(99,50,23); }
td.TdClassName
{
border-color: #633217;
}
.TagClassName
{
border-color: #633217;
}
</style>