Html Css Color HEX #6D585E Scorpion

📋 copy color: '#6D585E'

red 109 ◦ green 88 ◦ blue 94

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

Shades of Scorpion #6D585E

Tints of Scorpion #6D585E

RGB

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

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

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

R = 37.46%
G = 30.24%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6D585E (or 0x6D585E) is known color: Scorpion. HEX triplet: 6D, 58 and 5E. RGB value is (109,88,94). Sum of RGB (Red+Green+Blue) = 109+88+94=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 109 - color contains mainly: red. Hex color #6D585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D585E is #92A7A1. Grayscale: #5E5E5E. Windows color (decimal): -9611170 or 6183021. OLE color: 6183021.

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

Color convert

RGB 109 88 94 -
CMYK 0 0.19 0.14 0.57
HSL 342.86º 0.11% 0.39% -
HSV(B) 342.86º 0.19% 0.43% -
XYZ 11.82 11.04 12.1 -
YUV 94.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 109 88 94 0 0.19 0.14 0.57 342.86 0.11 0.39
Hex 6D 58 5E 0 13 E 39 157 B 27
Octal 155 130 136 0 23 16 71 527 13 47
Binary 1101101 1011000 1011110 0 10011 1110 111001 101010111 1011 100111

Color Harmonies of #6D585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D585E

Black with #6D585E

Text Example


Text Example

White with #6D585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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