Shades of Cioccolato #633D2E
Tints of Cioccolato #633D2E
RGB
CMYK
RGB Variations
Color information
#633D2E (or 0x633D2E) is known color: Cioccolato. HEX triplet: 63, 3D and 2E. RGB value is (99,61,46). Sum of RGB (Red+Green+Blue) = 99+61+46=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #633D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633D2E is #9CC2D1. Grayscale: #464646. Windows color (decimal): -10273490 or 3030371. OLE color: 3030371.
HSL color Cylindrical-coordinate representation of color #633D2E: hue angle of 16.98º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #633D2E is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 61 | 46 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.61 |
| HSL | 16.98º | 0.37% | 0.28% | - |
| HSV(B) | 16.98º | 0.54% | 0.39% | - |
| XYZ | 7.31 | 6.19 | 3.39 | - |
| YUV | 70.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 46 | 0 | 0.38 | 0.54 | 0.61 | 16.98 | 0.37 | 0.28 |
| Hex | 63 | 3D | 2E | 0 | 26 | 36 | 3D | 11 | 25 | 1C |
| Octal | 143 | 75 | 56 | 0 | 46 | 66 | 75 | 21 | 45 | 34 |
| Binary | 1100011 | 111101 | 101110 | 0 | 100110 | 110110 | 111101 | 10001 | 100101 | 11100 |
Color Harmonies of #633D2E
Complementary color
Monochromatic Colors of #633D2E
Black with #633D2E
Text Example
Text Example
White with #633D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633D2E; }
p { color: rgb(99,61,46); }
H1.HeaderClassName
{
color: #633D2E;
}
.AnyTagClassName
{
color: #633D2E;
}
</style>
background-color css
<style>
a { background-color: #633D2E; }
a { background-color: rgb(99,61,46); }
div.DivClassName
{
background-color: #633D2E;
}
.BgClassName
{
background-color: #633D2E;
}
</style>
border-color css
<style>
span { border-color: #633D2E; }
span { border-color: rgb(99,61,46); }
td.TdClassName
{
border-color: #633D2E;
}
.TagClassName
{
border-color: #633D2E;
}
</style>