Shades of Sirocco #65756E
Tints of Sirocco #65756E
RGB
CMYK
RGB Variations
Color information
#65756E (or 0x65756E) is known color: Sirocco. HEX triplet: 65, 75 and 6E. RGB value is (101,117,110). Sum of RGB (Red+Green+Blue) = 101+117+110=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 117 - color contains mainly: green. Hex color #65756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65756E is #9A8A91. Grayscale: #6F6F6F. Windows color (decimal): -10128018 or 7239013. OLE color: 7239013.
HSL color Cylindrical-coordinate representation of color #65756E: hue angle of 153.75º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #65756E is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 117 | 110 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.54 |
| HSL | 153.75º | 0.07% | 0.43% | - |
| HSV(B) | 153.75º | 0.14% | 0.46% | - |
| XYZ | 14.54 | 16.62 | 17.19 | - |
| YUV | 111.42 | 127.2 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 110 | 0.14 | 0 | 0.06 | 0.54 | 153.75 | 0.07 | 0.43 |
| Hex | 65 | 75 | 6E | E | 0 | 6 | 36 | 9A | 7 | 2B |
| Octal | 145 | 165 | 156 | 16 | 0 | 6 | 66 | 232 | 7 | 53 |
| Binary | 1100101 | 1110101 | 1101110 | 1110 | 0 | 110 | 110110 | 10011010 | 111 | 101011 |
Color Harmonies of #65756E
Complementary color
Monochromatic Colors of #65756E
Black with #65756E
Text Example
Text Example
White with #65756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65756E; }
p { color: rgb(101,117,110); }
H1.HeaderClassName
{
color: #65756E;
}
.AnyTagClassName
{
color: #65756E;
}
</style>
background-color css
<style>
a { background-color: #65756E; }
a { background-color: rgb(101,117,110); }
div.DivClassName
{
background-color: #65756E;
}
.BgClassName
{
background-color: #65756E;
}
</style>
border-color css
<style>
span { border-color: #65756E; }
span { border-color: rgb(101,117,110); }
td.TdClassName
{
border-color: #65756E;
}
.TagClassName
{
border-color: #65756E;
}
</style>