Html Css Color HEX #6E575E Scorpion

📋 copy color: '#6E575E'

red 110 ◦ green 87 ◦ blue 94

#6E575E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scorpion #6E575E

Tints of Scorpion #6E575E

RGB

 RED value IS 110 (43.36% from 255) = 37.8%

 GREEN value IS 87 (34.38% from 255) = 29.9%

 BLUE value IS 94 (37.11% from 255) = 32.3%

R = 37.8%
G = 29.9%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6E575E (or 0x6E575E) is known color: Scorpion. HEX triplet: 6E, 57 and 5E. RGB value is (110,87,94). Sum of RGB (Red+Green+Blue) = 110+87+94=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 110 - color contains mainly: red. Hex color #6E575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E575E is #91A8A1. Grayscale: #5E5E5E. Windows color (decimal): -9545890 or 6182766. OLE color: 6182766.

HSL color Cylindrical-coordinate representation of color #6E575E: hue angle of 341.74º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E575E is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 87 94 -
CMYK 0 0.21 0.15 0.57
HSL 341.74º 0.12% 0.39% -
HSV(B) 341.74º 0.21% 0.43% -
XYZ 11.86 10.94 12.08 -
YUV 94.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 110 87 94 0 0.21 0.15 0.57 341.74 0.12 0.39
Hex 6E 57 5E 0 15 F 39 156 C 27
Octal 156 127 136 0 25 17 71 526 14 47
Binary 1101110 1010111 1011110 0 10101 1111 111001 101010110 1100 100111

Color Harmonies of #6E575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E575E

Black with #6E575E

Text Example


Text Example

White with #6E575E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E575E; }

 p { color: rgb(110,87,94); }

 H1.HeaderClassName
 {
   color: #6E575E;
 }
 .AnyTagClassName
 {
   color: #6E575E;
 }
</style>

background-color css

<style>
 a { background-color: #6E575E; }

 a { background-color: rgb(110,87,94); }

 div.DivClassName
 {
   background-color: #6E575E;
 }
 .BgClassName
 {
   background-color: #6E575E;
 }
</style>

border-color css

<style>
 span { border-color: #6E575E; }

 span { border-color: rgb(110,87,94); }

 td.TdClassName
 {
   border-color: #6E575E;
 }
 .TagClassName
 {
   border-color: #6E575E;
 }
</style>