Html Css Color HEX #6E5961 Scorpion

📋 copy color: '#6E5961'

red 110 ◦ green 89 ◦ blue 97

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

Shades of Scorpion #6E5961

Tints of Scorpion #6E5961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.07%

 BLUE value IS 97 (38.28% from 255) = 32.77%

R = 37.16%
G = 30.07%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#6E5961 (or 0x6E5961) is known color: Scorpion. HEX triplet: 6E, 59 and 61. RGB value is (110,89,97). Sum of RGB (Red+Green+Blue) = 110+89+97=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5961 is #91A69E. Grayscale: #606060. Windows color (decimal): -9545375 or 6379886. OLE color: 6379886.

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

Color convert

RGB 110 89 97 -
CMYK 0 0.19 0.12 0.57
HSL 337.14º 0.11% 0.39% -
HSV(B) 337.14º 0.19% 0.43% -
XYZ 12.16 11.32 12.85 -
YUV 96.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 110 89 97 0 0.19 0.12 0.57 337.14 0.11 0.39
Hex 6E 59 61 0 13 C 39 151 B 27
Octal 156 131 141 0 23 14 71 521 13 47
Binary 1101110 1011001 1100001 0 10011 1100 111001 101010001 1011 100111

Color Harmonies of #6E5961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5961

Black with #6E5961

Text Example


Text Example

White with #6E5961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,89,97); }

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

background-color css

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

 a { background-color: rgb(110,89,97); }

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

border-color css

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

 span { border-color: rgb(110,89,97); }

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