Html Css Color HEX #6E575F Scorpion

📋 copy color: '#6E575F'

red 110 ◦ green 87 ◦ blue 95

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

Shades of Scorpion #6E575F

Tints of Scorpion #6E575F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.53%

R = 37.67%
G = 29.79%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6E575F (or 0x6E575F) is known color: Scorpion. HEX triplet: 6E, 57 and 5F. RGB value is (110,87,95). Sum of RGB (Red+Green+Blue) = 110+87+95=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 110 - color contains mainly: red. Hex color #6E575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E575F is #91A8A0. Grayscale: #5E5E5E. Windows color (decimal): -9545889 or 6248302. OLE color: 6248302.

HSL color Cylindrical-coordinate representation of color #6E575F: hue angle of 339.13º 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 #6E575F is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 87 95 -
CMYK 0 0.21 0.14 0.57
HSL 339.13º 0.12% 0.39% -
HSV(B) 339.13º 0.21% 0.43% -
XYZ 11.9 10.96 12.31 -
YUV 94.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 110 87 95 0 0.21 0.14 0.57 339.13 0.12 0.39
Hex 6E 57 5F 0 15 E 39 153 C 27
Octal 156 127 137 0 25 16 71 523 14 47
Binary 1101110 1010111 1011111 0 10101 1110 111001 101010011 1100 100111

Color Harmonies of #6E575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E575F

Black with #6E575F

Text Example


Text Example

White with #6E575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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