Shades of Baker's Chocolate #633500
Tints of Baker's Chocolate #633500
RGB
CMYK
RGB Variations
Color information
#633500 (or 0x633500) is known color: Baker's Chocolate. HEX triplet: 63, 35 and 00. RGB value is (99,53,0). Sum of RGB (Red+Green+Blue) = 99+53+0=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #633500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633500 is #9CCAFF. Grayscale: #3C3C3C. Windows color (decimal): -10275584 or 13667. OLE color: 13667.
HSL color Cylindrical-coordinate representation of color #633500: hue angle of 32.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #633500 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 53 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.61 |
| HSL | 32.12º | 1% | 0.19% | - |
| HSV(B) | 32.12º | 1% | 0.39% | - |
| XYZ | 6.42 | 5.2 | 0.67 | - |
| YUV | 60.71 | 93.74 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 53 | 0 | 0 | 0.46 | 1 | 0.61 | 32.12 | 1 | 0.19 |
| Hex | 63 | 35 | 0 | 0 | 2E | 64 | 3D | 20 | 64 | 13 |
| Octal | 143 | 65 | 0 | 0 | 56 | 144 | 75 | 40 | 144 | 23 |
| Binary | 1100011 | 110101 | 0 | 0 | 101110 | 1100100 | 111101 | 100000 | 1100100 | 10011 |
Color Harmonies of #633500
Complementary color
Monochromatic Colors of #633500
Black with #633500
Text Example
Text Example
White with #633500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633500; }
p { color: rgb(99,53,0); }
H1.HeaderClassName
{
color: #633500;
}
.AnyTagClassName
{
color: #633500;
}
</style>
background-color css
<style>
a { background-color: #633500; }
a { background-color: rgb(99,53,0); }
div.DivClassName
{
background-color: #633500;
}
.BgClassName
{
background-color: #633500;
}
</style>
border-color css
<style>
span { border-color: #633500; }
span { border-color: rgb(99,53,0); }
td.TdClassName
{
border-color: #633500;
}
.TagClassName
{
border-color: #633500;
}
</style>