Shades of Sirocco #69796D
Tints of Sirocco #69796D
RGB
CMYK
RGB Variations
Color information
#69796D (or 0x69796D) is known color: Sirocco. HEX triplet: 69, 79 and 6D. RGB value is (105,121,109). Sum of RGB (Red+Green+Blue) = 105+121+109=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 121 - color contains mainly: green. Hex color #69796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69796D is #968692. Grayscale: #727272. Windows color (decimal): -9864851 or 7174505. OLE color: 7174505.
HSL color Cylindrical-coordinate representation of color #69796D: hue angle of 135º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #69796D is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 121 | 109 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.53 |
| HSL | 135º | 0.07% | 0.44% | - |
| HSV(B) | 135º | 0.13% | 0.47% | - |
| XYZ | 15.42 | 17.78 | 17.09 | - |
| YUV | 114.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 121 | 109 | 0.13 | 0 | 0.10 | 0.53 | 135 | 0.07 | 0.44 |
| Hex | 69 | 79 | 6D | D | 0 | A | 35 | 87 | 7 | 2C |
| Octal | 151 | 171 | 155 | 15 | 0 | 12 | 65 | 207 | 7 | 54 |
| Binary | 1101001 | 1111001 | 1101101 | 1101 | 0 | 1010 | 110101 | 10000111 | 111 | 101100 |
Color Harmonies of #69796D
Complementary color
Monochromatic Colors of #69796D
Black with #69796D
Text Example
Text Example
White with #69796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69796D; }
p { color: rgb(105,121,109); }
H1.HeaderClassName
{
color: #69796D;
}
.AnyTagClassName
{
color: #69796D;
}
</style>
background-color css
<style>
a { background-color: #69796D; }
a { background-color: rgb(105,121,109); }
div.DivClassName
{
background-color: #69796D;
}
.BgClassName
{
background-color: #69796D;
}
</style>
border-color css
<style>
span { border-color: #69796D; }
span { border-color: rgb(105,121,109); }
td.TdClassName
{
border-color: #69796D;
}
.TagClassName
{
border-color: #69796D;
}
</style>