Shades of Sirocco #61816A
Tints of Sirocco #61816A
RGB
CMYK
RGB Variations
Color information
#61816A (or 0x61816A) is known color: Sirocco. HEX triplet: 61, 81 and 6A. RGB value is (97,129,106). Sum of RGB (Red+Green+Blue) = 97+129+106=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 129 - color contains mainly: green. Hex color #61816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61816A is #9E7E95. Grayscale: #747474. Windows color (decimal): -10387094 or 6979937. OLE color: 6979937.
HSL color Cylindrical-coordinate representation of color #61816A: hue angle of 136.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #61816A is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 129 | 106 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.49 |
| HSL | 136.88º | 0.14% | 0.44% | - |
| HSV(B) | 136.88º | 0.25% | 0.51% | - |
| XYZ | 15.38 | 19.28 | 16.55 | - |
| YUV | 116.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 129 | 106 | 0.25 | 0 | 0.18 | 0.49 | 136.88 | 0.14 | 0.44 |
| Hex | 61 | 81 | 6A | 19 | 0 | 12 | 31 | 89 | E | 2C |
| Octal | 141 | 201 | 152 | 31 | 0 | 22 | 61 | 211 | 16 | 54 |
| Binary | 1100001 | 10000001 | 1101010 | 11001 | 0 | 10010 | 110001 | 10001001 | 1110 | 101100 |
Color Harmonies of #61816A
Complementary color
Monochromatic Colors of #61816A
Black with #61816A
Text Example
Text Example
White with #61816A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61816A; }
p { color: rgb(97,129,106); }
H1.HeaderClassName
{
color: #61816A;
}
.AnyTagClassName
{
color: #61816A;
}
</style>
background-color css
<style>
a { background-color: #61816A; }
a { background-color: rgb(97,129,106); }
div.DivClassName
{
background-color: #61816A;
}
.BgClassName
{
background-color: #61816A;
}
</style>
border-color css
<style>
span { border-color: #61816A; }
span { border-color: rgb(97,129,106); }
td.TdClassName
{
border-color: #61816A;
}
.TagClassName
{
border-color: #61816A;
}
</style>