Shades of Sirocco #697C6E
Tints of Sirocco #697C6E
RGB
CMYK
RGB Variations
Color information
#697C6E (or 0x697C6E) is known color: Sirocco. HEX triplet: 69, 7C and 6E. RGB value is (105,124,110). Sum of RGB (Red+Green+Blue) = 105+124+110=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 124 - color contains mainly: green. Hex color #697C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697C6E is #968391. Grayscale: #747474. Windows color (decimal): -9864082 or 7240809. OLE color: 7240809.
HSL color Cylindrical-coordinate representation of color #697C6E: hue angle of 135.79º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #697C6E is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 124 | 110 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.51 |
| HSL | 135.79º | 0.08% | 0.45% | - |
| HSV(B) | 135.79º | 0.15% | 0.49% | - |
| XYZ | 15.85 | 18.54 | 17.5 | - |
| YUV | 116.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 110 | 0.15 | 0 | 0.11 | 0.51 | 135.79 | 0.08 | 0.45 |
| Hex | 69 | 7C | 6E | F | 0 | B | 33 | 88 | 8 | 2D |
| Octal | 151 | 174 | 156 | 17 | 0 | 13 | 63 | 210 | 10 | 55 |
| Binary | 1101001 | 1111100 | 1101110 | 1111 | 0 | 1011 | 110011 | 10001000 | 1000 | 101101 |
Color Harmonies of #697C6E
Complementary color
Monochromatic Colors of #697C6E
Black with #697C6E
Text Example
Text Example
White with #697C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C6E; }
p { color: rgb(105,124,110); }
H1.HeaderClassName
{
color: #697C6E;
}
.AnyTagClassName
{
color: #697C6E;
}
</style>
background-color css
<style>
a { background-color: #697C6E; }
a { background-color: rgb(105,124,110); }
div.DivClassName
{
background-color: #697C6E;
}
.BgClassName
{
background-color: #697C6E;
}
</style>
border-color css
<style>
span { border-color: #697C6E; }
span { border-color: rgb(105,124,110); }
td.TdClassName
{
border-color: #697C6E;
}
.TagClassName
{
border-color: #697C6E;
}
</style>