Shades of Sirocco #69756E
Tints of Sirocco #69756E
RGB
CMYK
RGB Variations
Color information
#69756E (or 0x69756E) is known color: Sirocco. HEX triplet: 69, 75 and 6E. RGB value is (105,117,110). Sum of RGB (Red+Green+Blue) = 105+117+110=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 117 - color contains mainly: green. Hex color #69756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69756E is #968A91. Grayscale: #707070. Windows color (decimal): -9865874 or 7239017. OLE color: 7239017.
HSL color Cylindrical-coordinate representation of color #69756E: hue angle of 145º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #69756E is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 117 | 110 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.54 |
| HSL | 145º | 0.05% | 0.44% | - |
| HSV(B) | 145º | 0.1% | 0.46% | - |
| XYZ | 15 | 16.85 | 17.21 | - |
| YUV | 112.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 110 | 0.10 | 0 | 0.06 | 0.54 | 145 | 0.05 | 0.44 |
| Hex | 69 | 75 | 6E | A | 0 | 6 | 36 | 91 | 5 | 2C |
| Octal | 151 | 165 | 156 | 12 | 0 | 6 | 66 | 221 | 5 | 54 |
| Binary | 1101001 | 1110101 | 1101110 | 1010 | 0 | 110 | 110110 | 10010001 | 101 | 101100 |
Color Harmonies of #69756E
Complementary color
Monochromatic Colors of #69756E
Black with #69756E
Text Example
Text Example
White with #69756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69756E; }
p { color: rgb(105,117,110); }
H1.HeaderClassName
{
color: #69756E;
}
.AnyTagClassName
{
color: #69756E;
}
</style>
background-color css
<style>
a { background-color: #69756E; }
a { background-color: rgb(105,117,110); }
div.DivClassName
{
background-color: #69756E;
}
.BgClassName
{
background-color: #69756E;
}
</style>
border-color css
<style>
span { border-color: #69756E; }
span { border-color: rgb(105,117,110); }
td.TdClassName
{
border-color: #69756E;
}
.TagClassName
{
border-color: #69756E;
}
</style>