Shades of Scorpion #6B5A5E
Tints of Scorpion #6B5A5E
RGB
CMYK
RGB Variations
Color information
#6B5A5E (or 0x6B5A5E) is known color: Scorpion. HEX triplet: 6B, 5A and 5E. RGB value is (107,90,94). Sum of RGB (Red+Green+Blue) = 107+90+94=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5A5E is #94A5A1. Grayscale: #5F5F5F. Windows color (decimal): -9741730 or 6183531. OLE color: 6183531.
HSL color Cylindrical-coordinate representation of color #6B5A5E: hue angle of 345.88º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B5A5E is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
RGB | 107 | 90 | 94 | - |
CMYK | 0 | 0.16 | 0.12 | 0.58 |
HSL | 345.88º | 0.09% | 0.39% | - |
HSV(B) | 345.88º | 0.16% | 0.42% | - |
XYZ | 11.74 | 11.25 | 12.14 | - |
YUV | 95.54 | 127.13 | 136.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 90 | 94 | 0 | 0.16 | 0.12 | 0.58 | 345.88 | 0.09 | 0.39 |
Hex | 6B | 5A | 5E | 0 | 10 | C | 3A | 15A | 9 | 27 |
Octal | 153 | 132 | 136 | 0 | 20 | 14 | 72 | 532 | 11 | 47 |
Binary | 1101011 | 1011010 | 1011110 | 0 | 10000 | 1100 | 111010 | 101011010 | 1001 | 100111 |
Color Harmonies of #6B5A5E
Complementary color
Monochromatic Colors of #6B5A5E
Black with #6B5A5E
Text Example
Text Example
White with #6B5A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5A5E; }
p { color: rgb(107,90,94); }
H1.HeaderClassName
{
color: #6B5A5E;
}
.AnyTagClassName
{
color: #6B5A5E;
}
</style>
background-color css
<style>
a { background-color: #6B5A5E; }
a { background-color: rgb(107,90,94); }
div.DivClassName
{
background-color: #6B5A5E;
}
.BgClassName
{
background-color: #6B5A5E;
}
</style>
border-color css
<style>
span { border-color: #6B5A5E; }
span { border-color: rgb(107,90,94); }
td.TdClassName
{
border-color: #6B5A5E;
}
.TagClassName
{
border-color: #6B5A5E;
}
</style>