Shades of Sirocco #698575
Tints of Sirocco #698575
RGB
CMYK
RGB Variations
Color information
#698575 (or 0x698575) is known color: Sirocco. HEX triplet: 69, 85 and 75. RGB value is (105,133,117). Sum of RGB (Red+Green+Blue) = 105+133+117=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 133 - color contains mainly: green. Hex color #698575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698575 is #967A8A. Grayscale: #7A7A7A. Windows color (decimal): -9861771 or 7701865. OLE color: 7701865.
HSL color Cylindrical-coordinate representation of color #698575: hue angle of 145.71º 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 #698575 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 133 | 117 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.48 |
| HSL | 145.71º | 0.12% | 0.47% | - |
| HSV(B) | 145.71º | 0.21% | 0.52% | - |
| XYZ | 17.42 | 21.06 | 19.98 | - |
| YUV | 122.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 133 | 117 | 0.21 | 0 | 0.12 | 0.48 | 145.71 | 0.12 | 0.47 |
| Hex | 69 | 85 | 75 | 15 | 0 | C | 30 | 92 | C | 2F |
| Octal | 151 | 205 | 165 | 25 | 0 | 14 | 60 | 222 | 14 | 57 |
| Binary | 1101001 | 10000101 | 1110101 | 10101 | 0 | 1100 | 110000 | 10010010 | 1100 | 101111 |
Color Harmonies of #698575
Complementary color
Monochromatic Colors of #698575
Black with #698575
Text Example
Text Example
White with #698575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698575; }
p { color: rgb(105,133,117); }
H1.HeaderClassName
{
color: #698575;
}
.AnyTagClassName
{
color: #698575;
}
</style>
background-color css
<style>
a { background-color: #698575; }
a { background-color: rgb(105,133,117); }
div.DivClassName
{
background-color: #698575;
}
.BgClassName
{
background-color: #698575;
}
</style>
border-color css
<style>
span { border-color: #698575; }
span { border-color: rgb(105,133,117); }
td.TdClassName
{
border-color: #698575;
}
.TagClassName
{
border-color: #698575;
}
</style>