Shades of Sirocco #69756F
Tints of Sirocco #69756F
RGB
CMYK
RGB Variations
Color information
#69756F (or 0x69756F) is known color: Sirocco. HEX triplet: 69, 75 and 6F. RGB value is (105,117,111). Sum of RGB (Red+Green+Blue) = 105+117+111=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 117 - color contains mainly: green. Hex color #69756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69756F is #968A90. Grayscale: #707070. Windows color (decimal): -9865873 or 7304553. OLE color: 7304553.
HSL color Cylindrical-coordinate representation of color #69756F: hue angle of 150º 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 #69756F is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 117 | 111 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.54 |
| HSL | 150º | 0.05% | 0.44% | - |
| HSV(B) | 150º | 0.1% | 0.46% | - |
| XYZ | 15.06 | 16.87 | 17.5 | - |
| YUV | 112.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 111 | 0.10 | 0 | 0.05 | 0.54 | 150 | 0.05 | 0.44 |
| Hex | 69 | 75 | 6F | A | 0 | 5 | 36 | 96 | 5 | 2C |
| Octal | 151 | 165 | 157 | 12 | 0 | 5 | 66 | 226 | 5 | 54 |
| Binary | 1101001 | 1110101 | 1101111 | 1010 | 0 | 101 | 110110 | 10010110 | 101 | 101100 |
Color Harmonies of #69756F
Complementary color
Monochromatic Colors of #69756F
Black with #69756F
Text Example
Text Example
White with #69756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69756F; }
p { color: rgb(105,117,111); }
H1.HeaderClassName
{
color: #69756F;
}
.AnyTagClassName
{
color: #69756F;
}
</style>
background-color css
<style>
a { background-color: #69756F; }
a { background-color: rgb(105,117,111); }
div.DivClassName
{
background-color: #69756F;
}
.BgClassName
{
background-color: #69756F;
}
</style>
border-color css
<style>
span { border-color: #69756F; }
span { border-color: rgb(105,117,111); }
td.TdClassName
{
border-color: #69756F;
}
.TagClassName
{
border-color: #69756F;
}
</style>