Shades of Baker's Chocolate #633505
Tints of Baker's Chocolate #633505
RGB
CMYK
RGB Variations
Color information
#633505 (or 0x633505) is known color: Baker's Chocolate. HEX triplet: 63, 35 and 05. RGB value is (99,53,5). Sum of RGB (Red+Green+Blue) = 99+53+5=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #633505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633505 is #9CCAFA. Grayscale: #3D3D3D. Windows color (decimal): -10275579 or 341347. OLE color: 341347.
HSL color Cylindrical-coordinate representation of color #633505: hue angle of 30.64º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #633505 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 53 | 5 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.61 |
| HSL | 30.64º | 0.9% | 0.2% | - |
| HSV(B) | 30.64º | 0.95% | 0.39% | - |
| XYZ | 6.45 | 5.21 | 0.81 | - |
| YUV | 61.28 | 96.24 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 53 | 5 | 0 | 0.46 | 0.95 | 0.61 | 30.64 | 0.9 | 0.2 |
| Hex | 63 | 35 | 5 | 0 | 2E | 5F | 3D | 1F | 5A | 14 |
| Octal | 143 | 65 | 5 | 0 | 56 | 137 | 75 | 37 | 132 | 24 |
| Binary | 1100011 | 110101 | 101 | 0 | 101110 | 1011111 | 111101 | 11111 | 1011010 | 10100 |
Color Harmonies of #633505
Complementary color
Monochromatic Colors of #633505
Black with #633505
Text Example
Text Example
White with #633505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633505; }
p { color: rgb(99,53,5); }
H1.HeaderClassName
{
color: #633505;
}
.AnyTagClassName
{
color: #633505;
}
</style>
background-color css
<style>
a { background-color: #633505; }
a { background-color: rgb(99,53,5); }
div.DivClassName
{
background-color: #633505;
}
.BgClassName
{
background-color: #633505;
}
</style>
border-color css
<style>
span { border-color: #633505; }
span { border-color: rgb(99,53,5); }
td.TdClassName
{
border-color: #633505;
}
.TagClassName
{
border-color: #633505;
}
</style>