Html Css Color HEX #6D575F Scorpion

📋 copy color: '#6D575F'

red 109 ◦ green 87 ◦ blue 95

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

Shades of Scorpion #6D575F

Tints of Scorpion #6D575F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.9%

 BLUE value IS 95 (37.5% from 255) = 32.65%

R = 37.46%
G = 29.9%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6D575F (or 0x6D575F) is known color: Scorpion. HEX triplet: 6D, 57 and 5F. RGB value is (109,87,95). Sum of RGB (Red+Green+Blue) = 109+87+95=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 109 - color contains mainly: red. Hex color #6D575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D575F is #92A8A0. Grayscale: #5E5E5E. Windows color (decimal): -9611425 or 6248301. OLE color: 6248301.

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

Color convert

RGB 109 87 95 -
CMYK 0 0.20 0.13 0.57
HSL 338.18º 0.11% 0.38% -
HSV(B) 338.18º 0.2% 0.43% -
XYZ 11.78 10.89 12.31 -
YUV 94.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 109 87 95 0 0.20 0.13 0.57 338.18 0.11 0.38
Hex 6D 57 5F 0 14 D 39 152 B 26
Octal 155 127 137 0 24 15 71 522 13 46
Binary 1101101 1010111 1011111 0 10100 1101 111001 101010010 1011 100110

Color Harmonies of #6D575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D575F

Black with #6D575F

Text Example


Text Example

White with #6D575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,87,95); }

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

background-color css

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

 a { background-color: rgb(109,87,95); }

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

border-color css

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

 span { border-color: rgb(109,87,95); }

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