Html Css Color HEX #6D5960 Scorpion

📋 copy color: '#6D5960'

red 109 ◦ green 89 ◦ blue 96

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

Shades of Scorpion #6D5960

Tints of Scorpion #6D5960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.27%

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

R = 37.07%
G = 30.27%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#6D5960 (or 0x6D5960) is known color: Scorpion. HEX triplet: 6D, 59 and 60. RGB value is (109,89,96). Sum of RGB (Red+Green+Blue) = 109+89+96=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5960 is #92A69F. Grayscale: #5F5F5F. Windows color (decimal): -9610912 or 6314349. OLE color: 6314349.

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

Color convert

RGB 109 89 96 -
CMYK 0 0.18 0.12 0.57
HSL 339º 0.1% 0.39% -
HSV(B) 339º 0.18% 0.43% -
XYZ 11.99 11.24 12.6 -
YUV 95.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 109 89 96 0 0.18 0.12 0.57 339 0.1 0.39
Hex 6D 59 60 0 12 C 39 153 A 27
Octal 155 131 140 0 22 14 71 523 12 47
Binary 1101101 1011001 1100000 0 10010 1100 111001 101010011 1010 100111

Color Harmonies of #6D5960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5960

Black with #6D5960

Text Example


Text Example

White with #6D5960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,89,96); }

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

background-color css

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

 a { background-color: rgb(109,89,96); }

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

border-color css

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

 span { border-color: rgb(109,89,96); }

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