Shades of Cioccolato #633C30
Tints of Cioccolato #633C30
RGB
CMYK
RGB Variations
Color information
#633C30 (or 0x633C30) is known color: Cioccolato. HEX triplet: 63, 3C and 30. RGB value is (99,60,48). Sum of RGB (Red+Green+Blue) = 99+60+48=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #633C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633C30 is #9CC3CF. Grayscale: #464646. Windows color (decimal): -10273744 or 3161187. OLE color: 3161187.
HSL color Cylindrical-coordinate representation of color #633C30: hue angle of 14.12º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #633C30 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 60 | 48 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.61 |
| HSL | 14.12º | 0.35% | 0.29% | - |
| HSV(B) | 14.12º | 0.52% | 0.39% | - |
| XYZ | 7.29 | 6.1 | 3.59 | - |
| YUV | 70.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 48 | 0 | 0.39 | 0.52 | 0.61 | 14.12 | 0.35 | 0.29 |
| Hex | 63 | 3C | 30 | 0 | 27 | 34 | 3D | E | 23 | 1D |
| Octal | 143 | 74 | 60 | 0 | 47 | 64 | 75 | 16 | 43 | 35 |
| Binary | 1100011 | 111100 | 110000 | 0 | 100111 | 110100 | 111101 | 1110 | 100011 | 11101 |
Color Harmonies of #633C30
Complementary color
Monochromatic Colors of #633C30
Black with #633C30
Text Example
Text Example
White with #633C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633C30; }
p { color: rgb(99,60,48); }
H1.HeaderClassName
{
color: #633C30;
}
.AnyTagClassName
{
color: #633C30;
}
</style>
background-color css
<style>
a { background-color: #633C30; }
a { background-color: rgb(99,60,48); }
div.DivClassName
{
background-color: #633C30;
}
.BgClassName
{
background-color: #633C30;
}
</style>
border-color css
<style>
span { border-color: #633C30; }
span { border-color: rgb(99,60,48); }
td.TdClassName
{
border-color: #633C30;
}
.TagClassName
{
border-color: #633C30;
}
</style>