Shades of Baker's Chocolate #633901
Tints of Baker's Chocolate #633901
RGB
CMYK
RGB Variations
Color information
#633901 (or 0x633901) is known color: Baker's Chocolate. HEX triplet: 63, 39 and 01. RGB value is (99,57,1). Sum of RGB (Red+Green+Blue) = 99+57+1=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #633901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633901 is #9CC6FE. Grayscale: #3F3F3F. Windows color (decimal): -10274559 or 80227. OLE color: 80227.
HSL color Cylindrical-coordinate representation of color #633901: hue angle of 34.29º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #633901 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 57 | 1 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.61 |
| HSL | 34.29º | 0.98% | 0.2% | - |
| HSV(B) | 34.29º | 0.99% | 0.39% | - |
| XYZ | 6.61 | 5.58 | 0.76 | - |
| YUV | 63.17 | 92.91 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 57 | 1 | 0 | 0.42 | 0.99 | 0.61 | 34.29 | 0.98 | 0.2 |
| Hex | 63 | 39 | 1 | 0 | 2A | 63 | 3D | 22 | 62 | 14 |
| Octal | 143 | 71 | 1 | 0 | 52 | 143 | 75 | 42 | 142 | 24 |
| Binary | 1100011 | 111001 | 1 | 0 | 101010 | 1100011 | 111101 | 100010 | 1100010 | 10100 |
Color Harmonies of #633901
Complementary color
Monochromatic Colors of #633901
Black with #633901
Text Example
Text Example
White with #633901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633901; }
p { color: rgb(99,57,1); }
H1.HeaderClassName
{
color: #633901;
}
.AnyTagClassName
{
color: #633901;
}
</style>
background-color css
<style>
a { background-color: #633901; }
a { background-color: rgb(99,57,1); }
div.DivClassName
{
background-color: #633901;
}
.BgClassName
{
background-color: #633901;
}
</style>
border-color css
<style>
span { border-color: #633901; }
span { border-color: rgb(99,57,1); }
td.TdClassName
{
border-color: #633901;
}
.TagClassName
{
border-color: #633901;
}
</style>