Html Css Color HEX #6D5E64 Scorpion

📋 copy color: '#6D5E64'

red 109 ◦ green 94 ◦ blue 100

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

Shades of Scorpion #6D5E64

Tints of Scorpion #6D5E64

RGB

 RED value IS 109 (42.97% from 255) = 35.97%

 GREEN value IS 94 (37.11% from 255) = 31.02%

 BLUE value IS 100 (39.45% from 255) = 33%

R = 35.97%
G = 31.02%
B = 33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#6D5E64 (or 0x6D5E64) is known color: Scorpion. HEX triplet: 6D, 5E and 64. RGB value is (109,94,100). Sum of RGB (Red+Green+Blue) = 109+94+100=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5E64 is #92A19B. Grayscale: #636363. Windows color (decimal): -9609628 or 6577773. OLE color: 6577773.

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

Color convert

RGB 109 94 100 -
CMYK 0 0.14 0.08 0.57
HSL 336º 0.07% 0.4% -
HSV(B) 336º 0.14% 0.43% -
XYZ 12.61 12.18 13.74 -
YUV 99.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 109 94 100 0 0.14 0.08 0.57 336 0.07 0.4
Hex 6D 5E 64 0 E 8 39 150 7 28
Octal 155 136 144 0 16 10 71 520 7 50
Binary 1101101 1011110 1100100 0 1110 1000 111001 101010000 111 101000

Color Harmonies of #6D5E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5E64

Black with #6D5E64

Text Example


Text Example

White with #6D5E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,94,100); }

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

background-color css

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

 a { background-color: rgb(109,94,100); }

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

border-color css

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

 span { border-color: rgb(109,94,100); }

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