Shades of Sirocco #61726A
Tints of Sirocco #61726A
RGB
CMYK
RGB Variations
Color information
#61726A (or 0x61726A) is known color: Sirocco. HEX triplet: 61, 72 and 6A. RGB value is (97,114,106). Sum of RGB (Red+Green+Blue) = 97+114+106=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 114 - color contains mainly: green. Hex color #61726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61726A is #9E8D95. Grayscale: #6C6C6C. Windows color (decimal): -10390934 or 6976097. OLE color: 6976097.
HSL color Cylindrical-coordinate representation of color #61726A: hue angle of 151.76º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #61726A is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 114 | 106 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.55 |
| HSL | 151.76º | 0.08% | 0.41% | - |
| HSV(B) | 151.76º | 0.15% | 0.45% | - |
| XYZ | 13.55 | 15.62 | 15.94 | - |
| YUV | 108.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 114 | 106 | 0.15 | 0 | 0.07 | 0.55 | 151.76 | 0.08 | 0.41 |
| Hex | 61 | 72 | 6A | F | 0 | 7 | 37 | 98 | 8 | 29 |
| Octal | 141 | 162 | 152 | 17 | 0 | 7 | 67 | 230 | 10 | 51 |
| Binary | 1100001 | 1110010 | 1101010 | 1111 | 0 | 111 | 110111 | 10011000 | 1000 | 101001 |
Color Harmonies of #61726A
Complementary color
Monochromatic Colors of #61726A
Black with #61726A
Text Example
Text Example
White with #61726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61726A; }
p { color: rgb(97,114,106); }
H1.HeaderClassName
{
color: #61726A;
}
.AnyTagClassName
{
color: #61726A;
}
</style>
background-color css
<style>
a { background-color: #61726A; }
a { background-color: rgb(97,114,106); }
div.DivClassName
{
background-color: #61726A;
}
.BgClassName
{
background-color: #61726A;
}
</style>
border-color css
<style>
span { border-color: #61726A; }
span { border-color: rgb(97,114,106); }
td.TdClassName
{
border-color: #61726A;
}
.TagClassName
{
border-color: #61726A;
}
</style>