Shades of Sirocco #6A8673
Tints of Sirocco #6A8673
RGB
CMYK
RGB Variations
Color information
#6A8673 (or 0x6A8673) is known color: Sirocco. HEX triplet: 6A, 86 and 73. RGB value is (106,134,115). Sum of RGB (Red+Green+Blue) = 106+134+115=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8673 is #95798C. Grayscale: #7B7B7B. Windows color (decimal): -9795981 or 7571050. OLE color: 7571050.
HSL color Cylindrical-coordinate representation of color #6A8673: hue angle of 139.29º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A8673 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 134 | 115 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.47 |
| HSL | 139.29º | 0.12% | 0.47% | - |
| HSV(B) | 139.29º | 0.21% | 0.53% | - |
| XYZ | 17.56 | 21.35 | 19.42 | - |
| YUV | 123.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 115 | 0.21 | 0 | 0.14 | 0.47 | 139.29 | 0.12 | 0.47 |
| Hex | 6A | 86 | 73 | 15 | 0 | E | 2F | 8B | C | 2F |
| Octal | 152 | 206 | 163 | 25 | 0 | 16 | 57 | 213 | 14 | 57 |
| Binary | 1101010 | 10000110 | 1110011 | 10101 | 0 | 1110 | 101111 | 10001011 | 1100 | 101111 |
Color Harmonies of #6A8673
Complementary color
Monochromatic Colors of #6A8673
Black with #6A8673
Text Example
Text Example
White with #6A8673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8673; }
p { color: rgb(106,134,115); }
H1.HeaderClassName
{
color: #6A8673;
}
.AnyTagClassName
{
color: #6A8673;
}
</style>
background-color css
<style>
a { background-color: #6A8673; }
a { background-color: rgb(106,134,115); }
div.DivClassName
{
background-color: #6A8673;
}
.BgClassName
{
background-color: #6A8673;
}
</style>
border-color css
<style>
span { border-color: #6A8673; }
span { border-color: rgb(106,134,115); }
td.TdClassName
{
border-color: #6A8673;
}
.TagClassName
{
border-color: #6A8673;
}
</style>