Html Css Color HEX #685961 Scorpion

📋 copy color: '#685961'

red 104 ◦ green 89 ◦ blue 97

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

Shades of Scorpion #685961

Tints of Scorpion #685961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.45%

R = 35.86%
G = 30.69%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#685961 (or 0x685961) is known color: Scorpion. HEX triplet: 68, 59 and 61. RGB value is (104,89,97). Sum of RGB (Red+Green+Blue) = 104+89+97=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 104 - color contains mainly: red. Hex color #685961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685961 is #97A69E. Grayscale: #5E5E5E. Windows color (decimal): -9938591 or 6379880. OLE color: 6379880.

HSL color Cylindrical-coordinate representation of color #685961: hue angle of 328º 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 #685961 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 89 97 -
CMYK 0 0.14 0.07 0.59
HSL 328º 0.08% 0.38% -
HSV(B) 328º 0.14% 0.41% -
XYZ 11.44 10.95 12.82 -
YUV 94.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 104 89 97 0 0.14 0.07 0.59 328 0.08 0.38
Hex 68 59 61 0 E 7 3B 148 8 26
Octal 150 131 141 0 16 7 73 510 10 46
Binary 1101000 1011001 1100001 0 1110 111 111011 101001000 1000 100110

Color Harmonies of #685961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685961

Black with #685961

Text Example


Text Example

White with #685961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685961; }

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

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

background-color css

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

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

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

border-color css

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

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

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