Html Css Color HEX #6E585F Scorpion

📋 copy color: '#6E585F'

red 110 ◦ green 88 ◦ blue 95

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

Shades of Scorpion #6E585F

Tints of Scorpion #6E585F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.03%

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

R = 37.54%
G = 30.03%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6E585F (or 0x6E585F) is known color: Scorpion. HEX triplet: 6E, 58 and 5F. RGB value is (110,88,95). Sum of RGB (Red+Green+Blue) = 110+88+95=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 110 - color contains mainly: red. Hex color #6E585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E585F is #91A7A0. Grayscale: #5F5F5F. Windows color (decimal): -9545633 or 6248558. OLE color: 6248558.

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

Color convert

RGB 110 88 95 -
CMYK 0 0.2 0.14 0.57
HSL 340.91º 0.11% 0.39% -
HSV(B) 340.91º 0.2% 0.43% -
XYZ 11.99 11.12 12.34 -
YUV 95.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 110 88 95 0 0.2 0.14 0.57 340.91 0.11 0.39
Hex 6E 58 5F 0 14 E 39 155 B 27
Octal 156 130 137 0 24 16 71 525 13 47
Binary 1101110 1011000 1011111 0 10100 1110 111001 101010101 1011 100111

Color Harmonies of #6E585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E585F

Black with #6E585F

Text Example


Text Example

White with #6E585F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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