Shades of Cioccolato #633B2A
Tints of Cioccolato #633B2A
RGB
CMYK
RGB Variations
Color information
#633B2A (or 0x633B2A) is known color: Cioccolato. HEX triplet: 63, 3B and 2A. RGB value is (99,59,42). Sum of RGB (Red+Green+Blue) = 99+59+42=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #633B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633B2A is #9CC4D5. Grayscale: #454545. Windows color (decimal): -10274006 or 2767715. OLE color: 2767715.
HSL color Cylindrical-coordinate representation of color #633B2A: hue angle of 17.89º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #633B2A is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 59 | 42 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.61 |
| HSL | 17.89º | 0.4% | 0.28% | - |
| HSV(B) | 17.89º | 0.58% | 0.39% | - |
| XYZ | 7.13 | 5.95 | 2.96 | - |
| YUV | 69.02 | 112.75 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 59 | 42 | 0 | 0.40 | 0.58 | 0.61 | 17.89 | 0.4 | 0.28 |
| Hex | 63 | 3B | 2A | 0 | 28 | 3A | 3D | 12 | 28 | 1C |
| Octal | 143 | 73 | 52 | 0 | 50 | 72 | 75 | 22 | 50 | 34 |
| Binary | 1100011 | 111011 | 101010 | 0 | 101000 | 111010 | 111101 | 10010 | 101000 | 11100 |
Color Harmonies of #633B2A
Complementary color
Monochromatic Colors of #633B2A
Black with #633B2A
Text Example
Text Example
White with #633B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633B2A; }
p { color: rgb(99,59,42); }
H1.HeaderClassName
{
color: #633B2A;
}
.AnyTagClassName
{
color: #633B2A;
}
</style>
background-color css
<style>
a { background-color: #633B2A; }
a { background-color: rgb(99,59,42); }
div.DivClassName
{
background-color: #633B2A;
}
.BgClassName
{
background-color: #633B2A;
}
</style>
border-color css
<style>
span { border-color: #633B2A; }
span { border-color: rgb(99,59,42); }
td.TdClassName
{
border-color: #633B2A;
}
.TagClassName
{
border-color: #633B2A;
}
</style>