Html Css Color HEX #6C585F Scorpion

📋 copy color: '#6C585F'

red 108 ◦ green 88 ◦ blue 95

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

Shades of Scorpion #6C585F

Tints of Scorpion #6C585F

RGB

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

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

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

R = 37.11%
G = 30.24%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6C585F (or 0x6C585F) is known color: Scorpion. HEX triplet: 6C, 58 and 5F. RGB value is (108,88,95). Sum of RGB (Red+Green+Blue) = 108+88+95=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 108 - color contains mainly: red. Hex color #6C585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C585F is #93A7A0. Grayscale: #5E5E5E. Windows color (decimal): -9676705 or 6248556. OLE color: 6248556.

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

Color convert

RGB 108 88 95 -
CMYK 0 0.19 0.12 0.58
HSL 339º 0.1% 0.38% -
HSV(B) 339º 0.19% 0.42% -
XYZ 11.74 10.99 12.33 -
YUV 94.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 108 88 95 0 0.19 0.12 0.58 339 0.1 0.38
Hex 6C 58 5F 0 13 C 3A 153 A 26
Octal 154 130 137 0 23 14 72 523 12 46
Binary 1101100 1011000 1011111 0 10011 1100 111010 101010011 1010 100110

Color Harmonies of #6C585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C585F

Black with #6C585F

Text Example


Text Example

White with #6C585F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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