Shades of Cioccolato #633B2C
Tints of Cioccolato #633B2C
RGB
CMYK
RGB Variations
Color information
#633B2C (or 0x633B2C) is known color: Cioccolato. HEX triplet: 63, 3B and 2C. RGB value is (99,59,44). Sum of RGB (Red+Green+Blue) = 99+59+44=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #633B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633B2C is #9CC4D3. Grayscale: #454545. Windows color (decimal): -10274004 or 2898787. OLE color: 2898787.
HSL color Cylindrical-coordinate representation of color #633B2C: hue angle of 16.36º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #633B2C is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 59 | 44 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.61 |
| HSL | 16.36º | 0.38% | 0.28% | - |
| HSV(B) | 16.36º | 0.56% | 0.39% | - |
| XYZ | 7.16 | 5.96 | 3.16 | - |
| YUV | 69.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 59 | 44 | 0 | 0.40 | 0.56 | 0.61 | 16.36 | 0.38 | 0.28 |
| Hex | 63 | 3B | 2C | 0 | 28 | 38 | 3D | 10 | 26 | 1C |
| Octal | 143 | 73 | 54 | 0 | 50 | 70 | 75 | 20 | 46 | 34 |
| Binary | 1100011 | 111011 | 101100 | 0 | 101000 | 111000 | 111101 | 10000 | 100110 | 11100 |
Color Harmonies of #633B2C
Complementary color
Monochromatic Colors of #633B2C
Black with #633B2C
Text Example
Text Example
White with #633B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633B2C; }
p { color: rgb(99,59,44); }
H1.HeaderClassName
{
color: #633B2C;
}
.AnyTagClassName
{
color: #633B2C;
}
</style>
background-color css
<style>
a { background-color: #633B2C; }
a { background-color: rgb(99,59,44); }
div.DivClassName
{
background-color: #633B2C;
}
.BgClassName
{
background-color: #633B2C;
}
</style>
border-color css
<style>
span { border-color: #633B2C; }
span { border-color: rgb(99,59,44); }
td.TdClassName
{
border-color: #633B2C;
}
.TagClassName
{
border-color: #633B2C;
}
</style>