Html Css Color HEX #6C585D Scorpion

📋 copy color: '#6C585D'

red 108 ◦ green 88 ◦ blue 93

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

Shades of Scorpion #6C585D

Tints of Scorpion #6C585D

RGB

 RED value IS 108 (42.58% from 255) = 37.37%

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

 BLUE value IS 93 (36.72% from 255) = 32.18%

R = 37.37%
G = 30.45%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6C585D (or 0x6C585D) is known color: Scorpion. HEX triplet: 6C, 58 and 5D. RGB value is (108,88,93). Sum of RGB (Red+Green+Blue) = 108+88+93=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 108 - color contains mainly: red. Hex color #6C585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C585D is #93A7A2. Grayscale: #5E5E5E. Windows color (decimal): -9676707 or 6117484. OLE color: 6117484.

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

Color convert

RGB 108 88 93 -
CMYK 0 0.19 0.14 0.58
HSL 345º 0.1% 0.38% -
HSV(B) 345º 0.19% 0.42% -
XYZ 11.65 10.96 11.86 -
YUV 94.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 108 88 93 0 0.19 0.14 0.58 345 0.1 0.38
Hex 6C 58 5D 0 13 E 3A 159 A 26
Octal 154 130 135 0 23 16 72 531 12 46
Binary 1101100 1011000 1011101 0 10011 1110 111010 101011001 1010 100110

Color Harmonies of #6C585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C585D

Black with #6C585D

Text Example


Text Example

White with #6C585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,88,93); }

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

background-color css

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

 a { background-color: rgb(108,88,93); }

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

border-color css

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

 span { border-color: rgb(108,88,93); }

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