Html Css Color HEX #6C585E Scorpion

📋 copy color: '#6C585E'

red 108 ◦ green 88 ◦ blue 94

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

Shades of Scorpion #6C585E

Tints of Scorpion #6C585E

RGB

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

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

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

R = 37.24%
G = 30.34%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6C585E (or 0x6C585E) is known color: Scorpion. HEX triplet: 6C, 58 and 5E. RGB value is (108,88,94). Sum of RGB (Red+Green+Blue) = 108+88+94=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 108 - color contains mainly: red. Hex color #6C585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C585E is #93A7A1. Grayscale: #5E5E5E. Windows color (decimal): -9676706 or 6183020. OLE color: 6183020.

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

Color convert

RGB 108 88 94 -
CMYK 0 0.19 0.13 0.58
HSL 342º 0.1% 0.38% -
HSV(B) 342º 0.19% 0.42% -
XYZ 11.69 10.98 12.09 -
YUV 94.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 108 88 94 0 0.19 0.13 0.58 342 0.1 0.38
Hex 6C 58 5E 0 13 D 3A 156 A 26
Octal 154 130 136 0 23 15 72 526 12 46
Binary 1101100 1011000 1011110 0 10011 1101 111010 101010110 1010 100110

Color Harmonies of #6C585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C585E

Black with #6C585E

Text Example


Text Example

White with #6C585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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