Shades of Sirocco #65756C
Tints of Sirocco #65756C
RGB
CMYK
RGB Variations
Color information
#65756C (or 0x65756C) is known color: Sirocco. HEX triplet: 65, 75 and 6C. RGB value is (101,117,108). Sum of RGB (Red+Green+Blue) = 101+117+108=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 117 - color contains mainly: green. Hex color #65756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65756C is #9A8A93. Grayscale: #6F6F6F. Windows color (decimal): -10128020 or 7107941. OLE color: 7107941.
HSL color Cylindrical-coordinate representation of color #65756C: hue angle of 146.25º 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 #65756C is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 117 | 108 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.54 |
| HSL | 146.25º | 0.07% | 0.43% | - |
| HSV(B) | 146.25º | 0.14% | 0.46% | - |
| XYZ | 14.43 | 16.57 | 16.63 | - |
| YUV | 111.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 108 | 0.14 | 0 | 0.08 | 0.54 | 146.25 | 0.07 | 0.43 |
| Hex | 65 | 75 | 6C | E | 0 | 8 | 36 | 92 | 7 | 2B |
| Octal | 145 | 165 | 154 | 16 | 0 | 10 | 66 | 222 | 7 | 53 |
| Binary | 1100101 | 1110101 | 1101100 | 1110 | 0 | 1000 | 110110 | 10010010 | 111 | 101011 |
Color Harmonies of #65756C
Complementary color
Monochromatic Colors of #65756C
Black with #65756C
Text Example
Text Example
White with #65756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65756C; }
p { color: rgb(101,117,108); }
H1.HeaderClassName
{
color: #65756C;
}
.AnyTagClassName
{
color: #65756C;
}
</style>
background-color css
<style>
a { background-color: #65756C; }
a { background-color: rgb(101,117,108); }
div.DivClassName
{
background-color: #65756C;
}
.BgClassName
{
background-color: #65756C;
}
</style>
border-color css
<style>
span { border-color: #65756C; }
span { border-color: rgb(101,117,108); }
td.TdClassName
{
border-color: #65756C;
}
.TagClassName
{
border-color: #65756C;
}
</style>