Html Css Color HEX #685960 Scorpion

📋 copy color: '#685960'

red 104 ◦ green 89 ◦ blue 96

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

Shades of Scorpion #685960

Tints of Scorpion #685960

RGB

 RED value IS 104 (41.02% from 255) = 35.99%

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

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

R = 35.99%
G = 30.8%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#685960 (or 0x685960) is known color: Scorpion. HEX triplet: 68, 59 and 60. RGB value is (104,89,96). Sum of RGB (Red+Green+Blue) = 104+89+96=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 104 - color contains mainly: red. Hex color #685960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685960 is #97A69F. Grayscale: #5E5E5E. Windows color (decimal): -9938592 or 6314344. OLE color: 6314344.

HSL color Cylindrical-coordinate representation of color #685960: hue angle of 332º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #685960 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 89 96 -
CMYK 0 0.14 0.08 0.59
HSL 332º 0.08% 0.38% -
HSV(B) 332º 0.14% 0.41% -
XYZ 11.39 10.93 12.58 -
YUV 94.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 104 89 96 0 0.14 0.08 0.59 332 0.08 0.38
Hex 68 59 60 0 E 8 3B 14C 8 26
Octal 150 131 140 0 16 10 73 514 10 46
Binary 1101000 1011001 1100000 0 1110 1000 111011 101001100 1000 100110

Color Harmonies of #685960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685960

Black with #685960

Text Example


Text Example

White with #685960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685960; }

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

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

background-color css

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

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

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

border-color css

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

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

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