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