Html Css Color HEX #6A5962 Scorpion

📋 copy color: '#6A5962'

red 106 ◦ green 89 ◦ blue 98

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

Shades of Scorpion #6A5962

Tints of Scorpion #6A5962

RGB

 RED value IS 106 (41.8% from 255) = 36.18%

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

 BLUE value IS 98 (38.67% from 255) = 33.45%

R = 36.18%
G = 30.38%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#6A5962 (or 0x6A5962) is known color: Scorpion. HEX triplet: 6A, 59 and 62. RGB value is (106,89,98). Sum of RGB (Red+Green+Blue) = 106+89+98=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5962 is #95A69D. Grayscale: #5F5F5F. Windows color (decimal): -9807518 or 6445418. OLE color: 6445418.

HSL color Cylindrical-coordinate representation of color #6A5962: hue angle of 328.24º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6A5962 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 89 98 -
CMYK 0 0.16 0.08 0.58
HSL 328.24º 0.09% 0.38% -
HSV(B) 328.24º 0.16% 0.42% -
XYZ 11.72 11.09 13.08 -
YUV 95.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 106 89 98 0 0.16 0.08 0.58 328.24 0.09 0.38
Hex 6A 59 62 0 10 8 3A 148 9 26
Octal 152 131 142 0 20 10 72 510 11 46
Binary 1101010 1011001 1100010 0 10000 1000 111010 101001000 1001 100110

Color Harmonies of #6A5962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5962

Black with #6A5962

Text Example


Text Example

White with #6A5962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,89,98); }

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

background-color css

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

 a { background-color: rgb(106,89,98); }

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

border-color css

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

 span { border-color: rgb(106,89,98); }

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