Shades of Sirocco #6B746F
Tints of Sirocco #6B746F
RGB
CMYK
RGB Variations
Color information
#6B746F (or 0x6B746F) is known color: Sirocco. HEX triplet: 6B, 74 and 6F. RGB value is (107,116,111). Sum of RGB (Red+Green+Blue) = 107+116+111=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 116 - color contains mainly: green. Hex color #6B746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B746F is #948B90. Grayscale: #707070. Windows color (decimal): -9735057 or 7304299. OLE color: 7304299.
HSL color Cylindrical-coordinate representation of color #6B746F: hue angle of 146.67º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6B746F is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
RGB | 107 | 116 | 111 | - |
CMYK | 0.08 | 0 | 0.04 | 0.55 |
HSL | 146.67º | 0.04% | 0.44% | - |
HSV(B) | 146.67º | 0.08% | 0.45% | - |
XYZ | 15.18 | 16.76 | 17.47 | - |
YUV | 112.74 | 127.02 | 123.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 116 | 111 | 0.08 | 0 | 0.04 | 0.55 | 146.67 | 0.04 | 0.44 |
Hex | 6B | 74 | 6F | 8 | 0 | 4 | 37 | 93 | 4 | 2C |
Octal | 153 | 164 | 157 | 10 | 0 | 4 | 67 | 223 | 4 | 54 |
Binary | 1101011 | 1110100 | 1101111 | 1000 | 0 | 100 | 110111 | 10010011 | 100 | 101100 |
Color Harmonies of #6B746F
Complementary color
Monochromatic Colors of #6B746F
Black with #6B746F
Text Example
Text Example
White with #6B746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B746F; }
p { color: rgb(107,116,111); }
H1.HeaderClassName
{
color: #6B746F;
}
.AnyTagClassName
{
color: #6B746F;
}
</style>
background-color css
<style>
a { background-color: #6B746F; }
a { background-color: rgb(107,116,111); }
div.DivClassName
{
background-color: #6B746F;
}
.BgClassName
{
background-color: #6B746F;
}
</style>
border-color css
<style>
span { border-color: #6B746F; }
span { border-color: rgb(107,116,111); }
td.TdClassName
{
border-color: #6B746F;
}
.TagClassName
{
border-color: #6B746F;
}
</style>