Shades of Sirocco #6B8573
Tints of Sirocco #6B8573
RGB
CMYK
RGB Variations
Color information
#6B8573 (or 0x6B8573) is known color: Sirocco. HEX triplet: 6B, 85 and 73. RGB value is (107,133,115). Sum of RGB (Red+Green+Blue) = 107+133+115=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8573 is #947A8C. Grayscale: #7B7B7B. Windows color (decimal): -9730701 or 7570795. OLE color: 7570795.
HSL color Cylindrical-coordinate representation of color #6B8573: hue angle of 138.46º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B8573 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 133 | 115 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.48 |
| HSL | 138.46º | 0.11% | 0.47% | - |
| HSV(B) | 138.46º | 0.2% | 0.52% | - |
| XYZ | 17.55 | 21.14 | 19.38 | - |
| YUV | 123.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 115 | 0.20 | 0 | 0.14 | 0.48 | 138.46 | 0.11 | 0.47 |
| Hex | 6B | 85 | 73 | 14 | 0 | E | 30 | 8A | B | 2F |
| Octal | 153 | 205 | 163 | 24 | 0 | 16 | 60 | 212 | 13 | 57 |
| Binary | 1101011 | 10000101 | 1110011 | 10100 | 0 | 1110 | 110000 | 10001010 | 1011 | 101111 |
Color Harmonies of #6B8573
Complementary color
Monochromatic Colors of #6B8573
Black with #6B8573
Text Example
Text Example
White with #6B8573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8573; }
p { color: rgb(107,133,115); }
H1.HeaderClassName
{
color: #6B8573;
}
.AnyTagClassName
{
color: #6B8573;
}
</style>
background-color css
<style>
a { background-color: #6B8573; }
a { background-color: rgb(107,133,115); }
div.DivClassName
{
background-color: #6B8573;
}
.BgClassName
{
background-color: #6B8573;
}
</style>
border-color css
<style>
span { border-color: #6B8573; }
span { border-color: rgb(107,133,115); }
td.TdClassName
{
border-color: #6B8573;
}
.TagClassName
{
border-color: #6B8573;
}
</style>