Shades of Sirocco #68726E
Tints of Sirocco #68726E
RGB
CMYK
RGB Variations
Color information
#68726E (or 0x68726E) is known color: Sirocco. HEX triplet: 68, 72 and 6E. RGB value is (104,114,110). Sum of RGB (Red+Green+Blue) = 104+114+110=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 114 - color contains mainly: green. Hex color #68726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68726E is #978D91. Grayscale: #6E6E6E. Windows color (decimal): -9932178 or 7238248. OLE color: 7238248.
HSL color Cylindrical-coordinate representation of color #68726E: hue angle of 156º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #68726E is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 114 | 110 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.55 |
| HSL | 156º | 0.05% | 0.43% | - |
| HSV(B) | 156º | 0.09% | 0.45% | - |
| XYZ | 14.54 | 16.1 | 17.09 | - |
| YUV | 110.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 114 | 110 | 0.09 | 0 | 0.04 | 0.55 | 156 | 0.05 | 0.43 |
| Hex | 68 | 72 | 6E | 9 | 0 | 4 | 37 | 9C | 5 | 2B |
| Octal | 150 | 162 | 156 | 11 | 0 | 4 | 67 | 234 | 5 | 53 |
| Binary | 1101000 | 1110010 | 1101110 | 1001 | 0 | 100 | 110111 | 10011100 | 101 | 101011 |
Color Harmonies of #68726E
Complementary color
Monochromatic Colors of #68726E
Black with #68726E
Text Example
Text Example
White with #68726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68726E; }
p { color: rgb(104,114,110); }
H1.HeaderClassName
{
color: #68726E;
}
.AnyTagClassName
{
color: #68726E;
}
</style>
background-color css
<style>
a { background-color: #68726E; }
a { background-color: rgb(104,114,110); }
div.DivClassName
{
background-color: #68726E;
}
.BgClassName
{
background-color: #68726E;
}
</style>
border-color css
<style>
span { border-color: #68726E; }
span { border-color: rgb(104,114,110); }
td.TdClassName
{
border-color: #68726E;
}
.TagClassName
{
border-color: #68726E;
}
</style>