Shades of Sirocco #697D6E
Tints of Sirocco #697D6E
RGB
CMYK
RGB Variations
Color information
#697D6E (or 0x697D6E) is known color: Sirocco. HEX triplet: 69, 7D and 6E. RGB value is (105,125,110). Sum of RGB (Red+Green+Blue) = 105+125+110=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 125 - color contains mainly: green. Hex color #697D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697D6E is #968291. Grayscale: #757575. Windows color (decimal): -9863826 or 7241065. OLE color: 7241065.
HSL color Cylindrical-coordinate representation of color #697D6E: hue angle of 135º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #697D6E is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 125 | 110 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.51 |
| HSL | 135º | 0.09% | 0.45% | - |
| HSV(B) | 135º | 0.16% | 0.49% | - |
| XYZ | 15.97 | 18.8 | 17.54 | - |
| YUV | 117.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 110 | 0.16 | 0 | 0.12 | 0.51 | 135 | 0.09 | 0.45 |
| Hex | 69 | 7D | 6E | 10 | 0 | C | 33 | 87 | 9 | 2D |
| Octal | 151 | 175 | 156 | 20 | 0 | 14 | 63 | 207 | 11 | 55 |
| Binary | 1101001 | 1111101 | 1101110 | 10000 | 0 | 1100 | 110011 | 10000111 | 1001 | 101101 |
Color Harmonies of #697D6E
Complementary color
Monochromatic Colors of #697D6E
Black with #697D6E
Text Example
Text Example
White with #697D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697D6E; }
p { color: rgb(105,125,110); }
H1.HeaderClassName
{
color: #697D6E;
}
.AnyTagClassName
{
color: #697D6E;
}
</style>
background-color css
<style>
a { background-color: #697D6E; }
a { background-color: rgb(105,125,110); }
div.DivClassName
{
background-color: #697D6E;
}
.BgClassName
{
background-color: #697D6E;
}
</style>
border-color css
<style>
span { border-color: #697D6E; }
span { border-color: rgb(105,125,110); }
td.TdClassName
{
border-color: #697D6E;
}
.TagClassName
{
border-color: #697D6E;
}
</style>