Shades of Cioccolato #61392F
Tints of Cioccolato #61392F
RGB
CMYK
RGB Variations
Color information
#61392F (or 0x61392F) is known color: Cioccolato. HEX triplet: 61, 39 and 2F. RGB value is (97,57,47). Sum of RGB (Red+Green+Blue) = 97+57+47=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #61392F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61392F is #9EC6D0. Grayscale: #434343. Windows color (decimal): -10405585 or 3094881. OLE color: 3094881.
HSL color Cylindrical-coordinate representation of color #61392F: hue angle of 12º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61392F is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 57 | 47 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.62 |
| HSL | 12º | 0.35% | 0.28% | - |
| HSV(B) | 12º | 0.52% | 0.38% | - |
| XYZ | 6.91 | 5.67 | 3.42 | - |
| YUV | 67.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 57 | 47 | 0 | 0.41 | 0.52 | 0.62 | 12 | 0.35 | 0.28 |
| Hex | 61 | 39 | 2F | 0 | 29 | 34 | 3E | C | 23 | 1C |
| Octal | 141 | 71 | 57 | 0 | 51 | 64 | 76 | 14 | 43 | 34 |
| Binary | 1100001 | 111001 | 101111 | 0 | 101001 | 110100 | 111110 | 1100 | 100011 | 11100 |
Color Harmonies of #61392F
Complementary color
Monochromatic Colors of #61392F
Black with #61392F
Text Example
Text Example
White with #61392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61392F; }
p { color: rgb(97,57,47); }
H1.HeaderClassName
{
color: #61392F;
}
.AnyTagClassName
{
color: #61392F;
}
</style>
background-color css
<style>
a { background-color: #61392F; }
a { background-color: rgb(97,57,47); }
div.DivClassName
{
background-color: #61392F;
}
.BgClassName
{
background-color: #61392F;
}
</style>
border-color css
<style>
span { border-color: #61392F; }
span { border-color: rgb(97,57,47); }
td.TdClassName
{
border-color: #61392F;
}
.TagClassName
{
border-color: #61392F;
}
</style>