Shades of Sirocco #68736A
Tints of Sirocco #68736A
RGB
CMYK
RGB Variations
Color information
#68736A (or 0x68736A) is known color: Sirocco. HEX triplet: 68, 73 and 6A. RGB value is (104,115,106). Sum of RGB (Red+Green+Blue) = 104+115+106=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 115 - color contains mainly: green. Hex color #68736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68736A is #978C95. Grayscale: #6E6E6E. Windows color (decimal): -9931926 or 6976360. OLE color: 6976360.
HSL color Cylindrical-coordinate representation of color #68736A: hue angle of 130.91º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #68736A is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 115 | 106 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.55 |
| HSL | 130.91º | 0.05% | 0.43% | - |
| HSV(B) | 130.91º | 0.1% | 0.45% | - |
| XYZ | 14.44 | 16.25 | 16.01 | - |
| YUV | 110.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 115 | 106 | 0.10 | 0 | 0.08 | 0.55 | 130.91 | 0.05 | 0.43 |
| Hex | 68 | 73 | 6A | A | 0 | 8 | 37 | 83 | 5 | 2B |
| Octal | 150 | 163 | 152 | 12 | 0 | 10 | 67 | 203 | 5 | 53 |
| Binary | 1101000 | 1110011 | 1101010 | 1010 | 0 | 1000 | 110111 | 10000011 | 101 | 101011 |
Color Harmonies of #68736A
Complementary color
Monochromatic Colors of #68736A
Black with #68736A
Text Example
Text Example
White with #68736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68736A; }
p { color: rgb(104,115,106); }
H1.HeaderClassName
{
color: #68736A;
}
.AnyTagClassName
{
color: #68736A;
}
</style>
background-color css
<style>
a { background-color: #68736A; }
a { background-color: rgb(104,115,106); }
div.DivClassName
{
background-color: #68736A;
}
.BgClassName
{
background-color: #68736A;
}
</style>
border-color css
<style>
span { border-color: #68736A; }
span { border-color: rgb(104,115,106); }
td.TdClassName
{
border-color: #68736A;
}
.TagClassName
{
border-color: #68736A;
}
</style>