Shades of Sirocco #68736B
Tints of Sirocco #68736B
RGB
CMYK
RGB Variations
Color information
#68736B (or 0x68736B) is known color: Sirocco. HEX triplet: 68, 73 and 6B. RGB value is (104,115,107). Sum of RGB (Red+Green+Blue) = 104+115+107=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 115 - color contains mainly: green. Hex color #68736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68736B is #978C94. Grayscale: #6E6E6E. Windows color (decimal): -9931925 or 7041896. OLE color: 7041896.
HSL color Cylindrical-coordinate representation of color #68736B: hue angle of 136.36º 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 #68736B is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 115 | 107 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.55 |
| HSL | 136.36º | 0.05% | 0.43% | - |
| HSV(B) | 136.36º | 0.1% | 0.45% | - |
| XYZ | 14.49 | 16.27 | 16.29 | - |
| YUV | 110.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 115 | 107 | 0.10 | 0 | 0.07 | 0.55 | 136.36 | 0.05 | 0.43 |
| Hex | 68 | 73 | 6B | A | 0 | 7 | 37 | 88 | 5 | 2B |
| Octal | 150 | 163 | 153 | 12 | 0 | 7 | 67 | 210 | 5 | 53 |
| Binary | 1101000 | 1110011 | 1101011 | 1010 | 0 | 111 | 110111 | 10001000 | 101 | 101011 |
Color Harmonies of #68736B
Complementary color
Monochromatic Colors of #68736B
Black with #68736B
Text Example
Text Example
White with #68736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68736B; }
p { color: rgb(104,115,107); }
H1.HeaderClassName
{
color: #68736B;
}
.AnyTagClassName
{
color: #68736B;
}
</style>
background-color css
<style>
a { background-color: #68736B; }
a { background-color: rgb(104,115,107); }
div.DivClassName
{
background-color: #68736B;
}
.BgClassName
{
background-color: #68736B;
}
</style>
border-color css
<style>
span { border-color: #68736B; }
span { border-color: rgb(104,115,107); }
td.TdClassName
{
border-color: #68736B;
}
.TagClassName
{
border-color: #68736B;
}
</style>