Html Css Color HEX #6D555C Scorpion

📋 copy color: '#6D555C'

red 109 ◦ green 85 ◦ blue 92

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

Shades of Scorpion #6D555C

Tints of Scorpion #6D555C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.72%

 BLUE value IS 92 (36.33% from 255) = 32.17%

R = 38.11%
G = 29.72%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6D555C (or 0x6D555C) is known color: Scorpion. HEX triplet: 6D, 55 and 5C. RGB value is (109,85,92). Sum of RGB (Red+Green+Blue) = 109+85+92=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 109 - color contains mainly: red. Hex color #6D555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D555C is #92AAA3. Grayscale: #5C5C5C. Windows color (decimal): -9611940 or 6051181. OLE color: 6051181.

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

Color convert

RGB 109 85 92 -
CMYK 0 0.22 0.16 0.57
HSL 342.5º 0.12% 0.38% -
HSV(B) 342.5º 0.22% 0.43% -
XYZ 11.49 10.52 11.55 -
YUV 92.97 127.45 139.43 -
System Red Green Blue C M Y K H S L
Decimal 109 85 92 0 0.22 0.16 0.57 342.5 0.12 0.38
Hex 6D 55 5C 0 16 10 39 156 C 26
Octal 155 125 134 0 26 20 71 526 14 46
Binary 1101101 1010101 1011100 0 10110 10000 111001 101010110 1100 100110

Color Harmonies of #6D555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D555C

Black with #6D555C

Text Example


Text Example

White with #6D555C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,85,92); }

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

background-color css

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

 a { background-color: rgb(109,85,92); }

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

border-color css

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

 span { border-color: rgb(109,85,92); }

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