Shades of Sirocco #69756C
Tints of Sirocco #69756C
RGB
CMYK
RGB Variations
Color information
#69756C (or 0x69756C) is known color: Sirocco. HEX triplet: 69, 75 and 6C. RGB value is (105,117,108). Sum of RGB (Red+Green+Blue) = 105+117+108=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 117 - color contains mainly: green. Hex color #69756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69756C is #968A93. Grayscale: #707070. Windows color (decimal): -9865876 or 7107945. OLE color: 7107945.
HSL color Cylindrical-coordinate representation of color #69756C: hue angle of 135º 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 #69756C is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 117 | 108 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.54 |
| HSL | 135º | 0.05% | 0.44% | - |
| HSV(B) | 135º | 0.1% | 0.46% | - |
| XYZ | 14.89 | 16.81 | 16.65 | - |
| YUV | 112.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 108 | 0.10 | 0 | 0.08 | 0.54 | 135 | 0.05 | 0.44 |
| Hex | 69 | 75 | 6C | A | 0 | 8 | 36 | 87 | 5 | 2C |
| Octal | 151 | 165 | 154 | 12 | 0 | 10 | 66 | 207 | 5 | 54 |
| Binary | 1101001 | 1110101 | 1101100 | 1010 | 0 | 1000 | 110110 | 10000111 | 101 | 101100 |
Color Harmonies of #69756C
Complementary color
Monochromatic Colors of #69756C
Black with #69756C
Text Example
Text Example
White with #69756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69756C; }
p { color: rgb(105,117,108); }
H1.HeaderClassName
{
color: #69756C;
}
.AnyTagClassName
{
color: #69756C;
}
</style>
background-color css
<style>
a { background-color: #69756C; }
a { background-color: rgb(105,117,108); }
div.DivClassName
{
background-color: #69756C;
}
.BgClassName
{
background-color: #69756C;
}
</style>
border-color css
<style>
span { border-color: #69756C; }
span { border-color: rgb(105,117,108); }
td.TdClassName
{
border-color: #69756C;
}
.TagClassName
{
border-color: #69756C;
}
</style>