Html Css Color HEX #685F61 Scorpion

📋 copy color: '#685F61'

red 104 ◦ green 95 ◦ blue 97

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

Shades of Scorpion #685F61

Tints of Scorpion #685F61

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.09%

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

R = 35.14%
G = 32.09%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#685F61 (or 0x685F61) is known color: Scorpion. HEX triplet: 68, 5F and 61. RGB value is (104,95,97). Sum of RGB (Red+Green+Blue) = 104+95+97=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 104 - color contains mainly: red. Hex color #685F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F61 is #97A09E. Grayscale: #616161. Windows color (decimal): -9937055 or 6381416. OLE color: 6381416.

HSL color Cylindrical-coordinate representation of color #685F61: hue angle of 346.67º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #685F61 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 95 97 -
CMYK 0 0.09 0.07 0.59
HSL 346.67º 0.05% 0.39% -
HSV(B) 346.67º 0.09% 0.41% -
XYZ 11.96 11.99 12.99 -
YUV 97.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 104 95 97 0 0.09 0.07 0.59 346.67 0.05 0.39
Hex 68 5F 61 0 9 7 3B 15B 5 27
Octal 150 137 141 0 11 7 73 533 5 47
Binary 1101000 1011111 1100001 0 1001 111 111011 101011011 101 100111

Color Harmonies of #685F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F61

Black with #685F61

Text Example


Text Example

White with #685F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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