Shades of Cioccolato #633D2C
Tints of Cioccolato #633D2C
RGB
CMYK
RGB Variations
Color information
#633D2C (or 0x633D2C) is known color: Cioccolato. HEX triplet: 63, 3D and 2C. RGB value is (99,61,44). Sum of RGB (Red+Green+Blue) = 99+61+44=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #633D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633D2C is #9CC2D3. Grayscale: #464646. Windows color (decimal): -10273492 or 2899299. OLE color: 2899299.
HSL color Cylindrical-coordinate representation of color #633D2C: hue angle of 18.55º 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 #633D2C is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 61 | 44 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.61 |
| HSL | 18.55º | 0.38% | 0.28% | - |
| HSV(B) | 18.55º | 0.56% | 0.39% | - |
| XYZ | 7.27 | 6.17 | 3.19 | - |
| YUV | 70.42 | 113.09 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 44 | 0 | 0.38 | 0.56 | 0.61 | 18.55 | 0.38 | 0.28 |
| Hex | 63 | 3D | 2C | 0 | 26 | 38 | 3D | 13 | 26 | 1C |
| Octal | 143 | 75 | 54 | 0 | 46 | 70 | 75 | 23 | 46 | 34 |
| Binary | 1100011 | 111101 | 101100 | 0 | 100110 | 111000 | 111101 | 10011 | 100110 | 11100 |
Color Harmonies of #633D2C
Complementary color
Monochromatic Colors of #633D2C
Black with #633D2C
Text Example
Text Example
White with #633D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633D2C; }
p { color: rgb(99,61,44); }
H1.HeaderClassName
{
color: #633D2C;
}
.AnyTagClassName
{
color: #633D2C;
}
</style>
background-color css
<style>
a { background-color: #633D2C; }
a { background-color: rgb(99,61,44); }
div.DivClassName
{
background-color: #633D2C;
}
.BgClassName
{
background-color: #633D2C;
}
</style>
border-color css
<style>
span { border-color: #633D2C; }
span { border-color: rgb(99,61,44); }
td.TdClassName
{
border-color: #633D2C;
}
.TagClassName
{
border-color: #633D2C;
}
</style>