Shades of Cioccolato #633B2D
Tints of Cioccolato #633B2D
RGB
CMYK
RGB Variations
Color information
#633B2D (or 0x633B2D) is known color: Cioccolato. HEX triplet: 63, 3B and 2D. RGB value is (99,59,45). Sum of RGB (Red+Green+Blue) = 99+59+45=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #633B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633B2D is #9CC4D2. Grayscale: #454545. Windows color (decimal): -10274003 or 2964323. OLE color: 2964323.
HSL color Cylindrical-coordinate representation of color #633B2D: hue angle of 15.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #633B2D is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 59 | 45 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.61 |
| HSL | 15.56º | 0.38% | 0.28% | - |
| HSV(B) | 15.56º | 0.55% | 0.39% | - |
| XYZ | 7.18 | 5.97 | 3.26 | - |
| YUV | 69.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 59 | 45 | 0 | 0.40 | 0.55 | 0.61 | 15.56 | 0.38 | 0.28 |
| Hex | 63 | 3B | 2D | 0 | 28 | 37 | 3D | 10 | 26 | 1C |
| Octal | 143 | 73 | 55 | 0 | 50 | 67 | 75 | 20 | 46 | 34 |
| Binary | 1100011 | 111011 | 101101 | 0 | 101000 | 110111 | 111101 | 10000 | 100110 | 11100 |
Color Harmonies of #633B2D
Complementary color
Monochromatic Colors of #633B2D
Black with #633B2D
Text Example
Text Example
White with #633B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633B2D; }
p { color: rgb(99,59,45); }
H1.HeaderClassName
{
color: #633B2D;
}
.AnyTagClassName
{
color: #633B2D;
}
</style>
background-color css
<style>
a { background-color: #633B2D; }
a { background-color: rgb(99,59,45); }
div.DivClassName
{
background-color: #633B2D;
}
.BgClassName
{
background-color: #633B2D;
}
</style>
border-color css
<style>
span { border-color: #633B2D; }
span { border-color: rgb(99,59,45); }
td.TdClassName
{
border-color: #633B2D;
}
.TagClassName
{
border-color: #633B2D;
}
</style>