Shades of Sirocco #68806F
Tints of Sirocco #68806F
RGB
CMYK
RGB Variations
Color information
#68806F (or 0x68806F) is known color: Sirocco. HEX triplet: 68, 80 and 6F. RGB value is (104,128,111). Sum of RGB (Red+Green+Blue) = 104+128+111=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 128 - color contains mainly: green. Hex color #68806F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68806F is #977F90. Grayscale: #767676. Windows color (decimal): -9928593 or 7307368. OLE color: 7307368.
HSL color Cylindrical-coordinate representation of color #68806F: hue angle of 137.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #68806F is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 128 | 111 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.50 |
| HSL | 137.5º | 0.1% | 0.45% | - |
| HSV(B) | 137.5º | 0.19% | 0.5% | - |
| XYZ | 16.3 | 19.53 | 17.95 | - |
| YUV | 118.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 111 | 0.19 | 0 | 0.13 | 0.50 | 137.5 | 0.1 | 0.45 |
| Hex | 68 | 80 | 6F | 13 | 0 | D | 32 | 8A | A | 2D |
| Octal | 150 | 200 | 157 | 23 | 0 | 15 | 62 | 212 | 12 | 55 |
| Binary | 1101000 | 10000000 | 1101111 | 10011 | 0 | 1101 | 110010 | 10001010 | 1010 | 101101 |
Color Harmonies of #68806F
Complementary color
Monochromatic Colors of #68806F
Black with #68806F
Text Example
Text Example
White with #68806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68806F; }
p { color: rgb(104,128,111); }
H1.HeaderClassName
{
color: #68806F;
}
.AnyTagClassName
{
color: #68806F;
}
</style>
background-color css
<style>
a { background-color: #68806F; }
a { background-color: rgb(104,128,111); }
div.DivClassName
{
background-color: #68806F;
}
.BgClassName
{
background-color: #68806F;
}
</style>
border-color css
<style>
span { border-color: #68806F; }
span { border-color: rgb(104,128,111); }
td.TdClassName
{
border-color: #68806F;
}
.TagClassName
{
border-color: #68806F;
}
</style>