Html Css Color HEX #6C5B60 Scorpion

📋 copy color: '#6C5B60'

red 108 ◦ green 91 ◦ blue 96

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

Shades of Scorpion #6C5B60

Tints of Scorpion #6C5B60

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.85%

 BLUE value IS 96 (37.89% from 255) = 32.54%

R = 36.61%
G = 30.85%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6C5B60 (or 0x6C5B60) is known color: Scorpion. HEX triplet: 6C, 5B and 60. RGB value is (108,91,96). Sum of RGB (Red+Green+Blue) = 108+91+96=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5B60 is #93A49F. Grayscale: #606060. Windows color (decimal): -9675936 or 6314860. OLE color: 6314860.

HSL color Cylindrical-coordinate representation of color #6C5B60: hue angle of 342.35º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6C5B60 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 91 96 -
CMYK 0 0.16 0.11 0.58
HSL 342.35º 0.09% 0.39% -
HSV(B) 342.35º 0.16% 0.42% -
XYZ 12.04 11.51 12.65 -
YUV 96.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 108 91 96 0 0.16 0.11 0.58 342.35 0.09 0.39
Hex 6C 5B 60 0 10 B 3A 156 9 27
Octal 154 133 140 0 20 13 72 526 11 47
Binary 1101100 1011011 1100000 0 10000 1011 111010 101010110 1001 100111

Color Harmonies of #6C5B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5B60

Black with #6C5B60

Text Example


Text Example

White with #6C5B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,91,96); }

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

background-color css

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

 a { background-color: rgb(108,91,96); }

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

border-color css

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

 span { border-color: rgb(108,91,96); }

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