Shades of Baker's Chocolate #633701
Tints of Baker's Chocolate #633701
RGB
CMYK
RGB Variations
Color information
#633701 (or 0x633701) is known color: Baker's Chocolate. HEX triplet: 63, 37 and 01. RGB value is (99,55,1). Sum of RGB (Red+Green+Blue) = 99+55+1=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #633701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633701 is #9CC8FE. Grayscale: #3E3E3E. Windows color (decimal): -10275071 or 79715. OLE color: 79715.
HSL color Cylindrical-coordinate representation of color #633701: hue angle of 33.06º 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 #633701 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 55 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.61 |
| HSL | 33.06º | 0.98% | 0.2% | - |
| HSV(B) | 33.06º | 0.99% | 0.39% | - |
| XYZ | 6.52 | 5.39 | 0.73 | - |
| YUV | 62 | 93.58 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 55 | 1 | 0 | 0.44 | 0.99 | 0.61 | 33.06 | 0.98 | 0.2 |
| Hex | 63 | 37 | 1 | 0 | 2C | 63 | 3D | 21 | 62 | 14 |
| Octal | 143 | 67 | 1 | 0 | 54 | 143 | 75 | 41 | 142 | 24 |
| Binary | 1100011 | 110111 | 1 | 0 | 101100 | 1100011 | 111101 | 100001 | 1100010 | 10100 |
Color Harmonies of #633701
Complementary color
Monochromatic Colors of #633701
Black with #633701
Text Example
Text Example
White with #633701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633701; }
p { color: rgb(99,55,1); }
H1.HeaderClassName
{
color: #633701;
}
.AnyTagClassName
{
color: #633701;
}
</style>
background-color css
<style>
a { background-color: #633701; }
a { background-color: rgb(99,55,1); }
div.DivClassName
{
background-color: #633701;
}
.BgClassName
{
background-color: #633701;
}
</style>
border-color css
<style>
span { border-color: #633701; }
span { border-color: rgb(99,55,1); }
td.TdClassName
{
border-color: #633701;
}
.TagClassName
{
border-color: #633701;
}
</style>