Shades of Cioccolato #633A2F
Tints of Cioccolato #633A2F
RGB
CMYK
RGB Variations
Color information
#633A2F (or 0x633A2F) is known color: Cioccolato. HEX triplet: 63, 3A and 2F. RGB value is (99,58,47). Sum of RGB (Red+Green+Blue) = 99+58+47=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #633A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633A2F is #9CC5D0. Grayscale: #454545. Windows color (decimal): -10274257 or 3095139. OLE color: 3095139.
HSL color Cylindrical-coordinate representation of color #633A2F: hue angle of 12.69º 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 #633A2F is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 58 | 47 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.61 |
| HSL | 12.69º | 0.36% | 0.29% | - |
| HSV(B) | 12.69º | 0.53% | 0.39% | - |
| XYZ | 7.17 | 5.88 | 3.45 | - |
| YUV | 69.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 58 | 47 | 0 | 0.41 | 0.53 | 0.61 | 12.69 | 0.36 | 0.29 |
| Hex | 63 | 3A | 2F | 0 | 29 | 35 | 3D | D | 24 | 1D |
| Octal | 143 | 72 | 57 | 0 | 51 | 65 | 75 | 15 | 44 | 35 |
| Binary | 1100011 | 111010 | 101111 | 0 | 101001 | 110101 | 111101 | 1101 | 100100 | 11101 |
Color Harmonies of #633A2F
Complementary color
Monochromatic Colors of #633A2F
Black with #633A2F
Text Example
Text Example
White with #633A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633A2F; }
p { color: rgb(99,58,47); }
H1.HeaderClassName
{
color: #633A2F;
}
.AnyTagClassName
{
color: #633A2F;
}
</style>
background-color css
<style>
a { background-color: #633A2F; }
a { background-color: rgb(99,58,47); }
div.DivClassName
{
background-color: #633A2F;
}
.BgClassName
{
background-color: #633A2F;
}
</style>
border-color css
<style>
span { border-color: #633A2F; }
span { border-color: rgb(99,58,47); }
td.TdClassName
{
border-color: #633A2F;
}
.TagClassName
{
border-color: #633A2F;
}
</style>