Shades of Cioccolato #633A2C
Tints of Cioccolato #633A2C
RGB
CMYK
RGB Variations
Color information
#633A2C (or 0x633A2C) is known color: Cioccolato. HEX triplet: 63, 3A and 2C. RGB value is (99,58,44). Sum of RGB (Red+Green+Blue) = 99+58+44=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #633A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633A2C is #9CC5D3. Grayscale: #444444. Windows color (decimal): -10274260 or 2898531. OLE color: 2898531.
HSL color Cylindrical-coordinate representation of color #633A2C: hue angle of 15.27º 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 #633A2C is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 58 | 44 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.61 |
| HSL | 15.27º | 0.38% | 0.28% | - |
| HSV(B) | 15.27º | 0.56% | 0.39% | - |
| XYZ | 7.11 | 5.86 | 3.14 | - |
| YUV | 68.66 | 114.08 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 58 | 44 | 0 | 0.41 | 0.56 | 0.61 | 15.27 | 0.38 | 0.28 |
| Hex | 63 | 3A | 2C | 0 | 29 | 38 | 3D | F | 26 | 1C |
| Octal | 143 | 72 | 54 | 0 | 51 | 70 | 75 | 17 | 46 | 34 |
| Binary | 1100011 | 111010 | 101100 | 0 | 101001 | 111000 | 111101 | 1111 | 100110 | 11100 |
Color Harmonies of #633A2C
Complementary color
Monochromatic Colors of #633A2C
Black with #633A2C
Text Example
Text Example
White with #633A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633A2C; }
p { color: rgb(99,58,44); }
H1.HeaderClassName
{
color: #633A2C;
}
.AnyTagClassName
{
color: #633A2C;
}
</style>
background-color css
<style>
a { background-color: #633A2C; }
a { background-color: rgb(99,58,44); }
div.DivClassName
{
background-color: #633A2C;
}
.BgClassName
{
background-color: #633A2C;
}
</style>
border-color css
<style>
span { border-color: #633A2C; }
span { border-color: rgb(99,58,44); }
td.TdClassName
{
border-color: #633A2C;
}
.TagClassName
{
border-color: #633A2C;
}
</style>