Shades of Sirocco #6B726D
Tints of Sirocco #6B726D
RGB
CMYK
RGB Variations
Color information
#6B726D (or 0x6B726D) is known color: Sirocco. HEX triplet: 6B, 72 and 6D. RGB value is (107,114,109). Sum of RGB (Red+Green+Blue) = 107+114+109=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 114 - color contains mainly: green. Hex color #6B726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B726D is #948D92. Grayscale: #6F6F6F. Windows color (decimal): -9735571 or 7172715. OLE color: 7172715.
HSL color Cylindrical-coordinate representation of color #6B726D: hue angle of 137.14º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6B726D is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
RGB | 107 | 114 | 109 | - |
CMYK | 0.06 | 0 | 0.04 | 0.55 |
HSL | 137.14º | 0.03% | 0.43% | - |
HSV(B) | 137.14º | 0.06% | 0.45% | - |
XYZ | 14.84 | 16.26 | 16.83 | - |
YUV | 111.34 | 126.68 | 124.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 114 | 109 | 0.06 | 0 | 0.04 | 0.55 | 137.14 | 0.03 | 0.43 |
Hex | 6B | 72 | 6D | 6 | 0 | 4 | 37 | 89 | 3 | 2B |
Octal | 153 | 162 | 155 | 6 | 0 | 4 | 67 | 211 | 3 | 53 |
Binary | 1101011 | 1110010 | 1101101 | 110 | 0 | 100 | 110111 | 10001001 | 11 | 101011 |
Color Harmonies of #6B726D
Complementary color
Monochromatic Colors of #6B726D
Black with #6B726D
Text Example
Text Example
White with #6B726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B726D; }
p { color: rgb(107,114,109); }
H1.HeaderClassName
{
color: #6B726D;
}
.AnyTagClassName
{
color: #6B726D;
}
</style>
background-color css
<style>
a { background-color: #6B726D; }
a { background-color: rgb(107,114,109); }
div.DivClassName
{
background-color: #6B726D;
}
.BgClassName
{
background-color: #6B726D;
}
</style>
border-color css
<style>
span { border-color: #6B726D; }
span { border-color: rgb(107,114,109); }
td.TdClassName
{
border-color: #6B726D;
}
.TagClassName
{
border-color: #6B726D;
}
</style>