Html Css Color HEX #6E585E Scorpion

📋 copy color: '#6E585E'

red 110 ◦ green 88 ◦ blue 94

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

Shades of Scorpion #6E585E

Tints of Scorpion #6E585E

RGB

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

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

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

R = 37.67%
G = 30.14%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6E585E (or 0x6E585E) is known color: Scorpion. HEX triplet: 6E, 58 and 5E. RGB value is (110,88,94). Sum of RGB (Red+Green+Blue) = 110+88+94=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 110 - color contains mainly: red. Hex color #6E585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E585E is #91A7A1. Grayscale: #5F5F5F. Windows color (decimal): -9545634 or 6183022. OLE color: 6183022.

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

Color convert

RGB 110 88 94 -
CMYK 0 0.2 0.15 0.57
HSL 343.64º 0.11% 0.39% -
HSV(B) 343.64º 0.2% 0.43% -
XYZ 11.94 11.1 12.1 -
YUV 95.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 110 88 94 0 0.2 0.15 0.57 343.64 0.11 0.39
Hex 6E 58 5E 0 14 F 39 158 B 27
Octal 156 130 136 0 24 17 71 530 13 47
Binary 1101110 1011000 1011110 0 10100 1111 111001 101011000 1011 100111

Color Harmonies of #6E585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E585E

Black with #6E585E

Text Example


Text Example

White with #6E585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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