Shades of Cioccolato #633D2F
Tints of Cioccolato #633D2F
RGB
CMYK
RGB Variations
Color information
#633D2F (or 0x633D2F) is known color: Cioccolato. HEX triplet: 63, 3D and 2F. RGB value is (99,61,47). Sum of RGB (Red+Green+Blue) = 99+61+47=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #633D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633D2F is #9CC2D0. Grayscale: #464646. Windows color (decimal): -10273489 or 3095907. OLE color: 3095907.
HSL color Cylindrical-coordinate representation of color #633D2F: hue angle of 16.15º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #633D2F is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 61 | 47 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.61 |
| HSL | 16.15º | 0.36% | 0.29% | - |
| HSV(B) | 16.15º | 0.53% | 0.39% | - |
| XYZ | 7.33 | 6.2 | 3.5 | - |
| YUV | 70.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 47 | 0 | 0.38 | 0.53 | 0.61 | 16.15 | 0.36 | 0.29 |
| Hex | 63 | 3D | 2F | 0 | 26 | 35 | 3D | 10 | 24 | 1D |
| Octal | 143 | 75 | 57 | 0 | 46 | 65 | 75 | 20 | 44 | 35 |
| Binary | 1100011 | 111101 | 101111 | 0 | 100110 | 110101 | 111101 | 10000 | 100100 | 11101 |
Color Harmonies of #633D2F
Complementary color
Monochromatic Colors of #633D2F
Black with #633D2F
Text Example
Text Example
White with #633D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633D2F; }
p { color: rgb(99,61,47); }
H1.HeaderClassName
{
color: #633D2F;
}
.AnyTagClassName
{
color: #633D2F;
}
</style>
background-color css
<style>
a { background-color: #633D2F; }
a { background-color: rgb(99,61,47); }
div.DivClassName
{
background-color: #633D2F;
}
.BgClassName
{
background-color: #633D2F;
}
</style>
border-color css
<style>
span { border-color: #633D2F; }
span { border-color: rgb(99,61,47); }
td.TdClassName
{
border-color: #633D2F;
}
.TagClassName
{
border-color: #633D2F;
}
</style>