Shades of Sirocco #698574
Tints of Sirocco #698574
RGB
CMYK
RGB Variations
Color information
#698574 (or 0x698574) is known color: Sirocco. HEX triplet: 69, 85 and 74. RGB value is (105,133,116). Sum of RGB (Red+Green+Blue) = 105+133+116=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 133 - color contains mainly: green. Hex color #698574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698574 is #967A8B. Grayscale: #7A7A7A. Windows color (decimal): -9861772 or 7636329. OLE color: 7636329.
HSL color Cylindrical-coordinate representation of color #698574: hue angle of 143.57º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #698574 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 133 | 116 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.48 |
| HSL | 143.57º | 0.12% | 0.47% | - |
| HSV(B) | 143.57º | 0.21% | 0.52% | - |
| XYZ | 17.37 | 21.04 | 19.67 | - |
| YUV | 122.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 133 | 116 | 0.21 | 0 | 0.13 | 0.48 | 143.57 | 0.12 | 0.47 |
| Hex | 69 | 85 | 74 | 15 | 0 | D | 30 | 90 | C | 2F |
| Octal | 151 | 205 | 164 | 25 | 0 | 15 | 60 | 220 | 14 | 57 |
| Binary | 1101001 | 10000101 | 1110100 | 10101 | 0 | 1101 | 110000 | 10010000 | 1100 | 101111 |
Color Harmonies of #698574
Complementary color
Monochromatic Colors of #698574
Black with #698574
Text Example
Text Example
White with #698574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698574; }
p { color: rgb(105,133,116); }
H1.HeaderClassName
{
color: #698574;
}
.AnyTagClassName
{
color: #698574;
}
</style>
background-color css
<style>
a { background-color: #698574; }
a { background-color: rgb(105,133,116); }
div.DivClassName
{
background-color: #698574;
}
.BgClassName
{
background-color: #698574;
}
</style>
border-color css
<style>
span { border-color: #698574; }
span { border-color: rgb(105,133,116); }
td.TdClassName
{
border-color: #698574;
}
.TagClassName
{
border-color: #698574;
}
</style>