Html Css Color HEX #6E555C Scorpion

📋 copy color: '#6E555C'

red 110 ◦ green 85 ◦ blue 92

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

Shades of Scorpion #6E555C

Tints of Scorpion #6E555C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.62%

 BLUE value IS 92 (36.33% from 255) = 32.06%

R = 38.33%
G = 29.62%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6E555C (or 0x6E555C) is known color: Scorpion. HEX triplet: 6E, 55 and 5C. RGB value is (110,85,92). Sum of RGB (Red+Green+Blue) = 110+85+92=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 110 - color contains mainly: red. Hex color #6E555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E555C is #91AAA3. Grayscale: #5D5D5D. Windows color (decimal): -9546404 or 6051182. OLE color: 6051182.

HSL color Cylindrical-coordinate representation of color #6E555C: hue angle of 343.2º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E555C is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 85 92 -
CMYK 0 0.23 0.16 0.57
HSL 343.2º 0.13% 0.38% -
HSV(B) 343.2º 0.23% 0.43% -
XYZ 11.61 10.58 11.56 -
YUV 93.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 110 85 92 0 0.23 0.16 0.57 343.2 0.13 0.38
Hex 6E 55 5C 0 17 10 39 157 D 26
Octal 156 125 134 0 27 20 71 527 15 46
Binary 1101110 1010101 1011100 0 10111 10000 111001 101010111 1101 100110

Color Harmonies of #6E555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E555C

Black with #6E555C

Text Example


Text Example

White with #6E555C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,85,92); }

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

background-color css

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

 a { background-color: rgb(110,85,92); }

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

border-color css

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

 span { border-color: rgb(110,85,92); }

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