Shades of Cioccolato #633B2B
Tints of Cioccolato #633B2B
RGB
CMYK
RGB Variations
Color information
#633B2B (or 0x633B2B) is known color: Cioccolato. HEX triplet: 63, 3B and 2B. RGB value is (99,59,43). Sum of RGB (Red+Green+Blue) = 99+59+43=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #633B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633B2B is #9CC4D4. Grayscale: #454545. Windows color (decimal): -10274005 or 2833251. OLE color: 2833251.
HSL color Cylindrical-coordinate representation of color #633B2B: hue angle of 17.14º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #633B2B is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 59 | 43 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.61 |
| HSL | 17.14º | 0.39% | 0.28% | - |
| HSV(B) | 17.14º | 0.57% | 0.39% | - |
| XYZ | 7.15 | 5.95 | 3.06 | - |
| YUV | 69.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 59 | 43 | 0 | 0.40 | 0.57 | 0.61 | 17.14 | 0.39 | 0.28 |
| Hex | 63 | 3B | 2B | 0 | 28 | 39 | 3D | 11 | 27 | 1C |
| Octal | 143 | 73 | 53 | 0 | 50 | 71 | 75 | 21 | 47 | 34 |
| Binary | 1100011 | 111011 | 101011 | 0 | 101000 | 111001 | 111101 | 10001 | 100111 | 11100 |
Color Harmonies of #633B2B
Complementary color
Monochromatic Colors of #633B2B
Black with #633B2B
Text Example
Text Example
White with #633B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633B2B; }
p { color: rgb(99,59,43); }
H1.HeaderClassName
{
color: #633B2B;
}
.AnyTagClassName
{
color: #633B2B;
}
</style>
background-color css
<style>
a { background-color: #633B2B; }
a { background-color: rgb(99,59,43); }
div.DivClassName
{
background-color: #633B2B;
}
.BgClassName
{
background-color: #633B2B;
}
</style>
border-color css
<style>
span { border-color: #633B2B; }
span { border-color: rgb(99,59,43); }
td.TdClassName
{
border-color: #633B2B;
}
.TagClassName
{
border-color: #633B2B;
}
</style>