Shades of Cioccolato #633B2E
Tints of Cioccolato #633B2E
RGB
CMYK
RGB Variations
Color information
#633B2E (or 0x633B2E) is known color: Cioccolato. HEX triplet: 63, 3B and 2E. RGB value is (99,59,46). Sum of RGB (Red+Green+Blue) = 99+59+46=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #633B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633B2E is #9CC4D1. Grayscale: #454545. Windows color (decimal): -10274002 or 3029859. OLE color: 3029859.
HSL color Cylindrical-coordinate representation of color #633B2E: hue angle of 14.72º 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 #633B2E is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 59 | 46 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.61 |
| HSL | 14.72º | 0.37% | 0.28% | - |
| HSV(B) | 14.72º | 0.54% | 0.39% | - |
| XYZ | 7.2 | 5.98 | 3.36 | - |
| YUV | 69.48 | 114.75 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 59 | 46 | 0 | 0.40 | 0.54 | 0.61 | 14.72 | 0.37 | 0.28 |
| Hex | 63 | 3B | 2E | 0 | 28 | 36 | 3D | F | 25 | 1C |
| Octal | 143 | 73 | 56 | 0 | 50 | 66 | 75 | 17 | 45 | 34 |
| Binary | 1100011 | 111011 | 101110 | 0 | 101000 | 110110 | 111101 | 1111 | 100101 | 11100 |
Color Harmonies of #633B2E
Complementary color
Monochromatic Colors of #633B2E
Black with #633B2E
Text Example
Text Example
White with #633B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633B2E; }
p { color: rgb(99,59,46); }
H1.HeaderClassName
{
color: #633B2E;
}
.AnyTagClassName
{
color: #633B2E;
}
</style>
background-color css
<style>
a { background-color: #633B2E; }
a { background-color: rgb(99,59,46); }
div.DivClassName
{
background-color: #633B2E;
}
.BgClassName
{
background-color: #633B2E;
}
</style>
border-color css
<style>
span { border-color: #633B2E; }
span { border-color: rgb(99,59,46); }
td.TdClassName
{
border-color: #633B2E;
}
.TagClassName
{
border-color: #633B2E;
}
</style>