Html Css Color HEX #685C61 Scorpion

📋 copy color: '#685C61'

red 104 ◦ green 92 ◦ blue 97

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

Shades of Scorpion #685C61

Tints of Scorpion #685C61

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.4%

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

R = 35.49%
G = 31.4%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#685C61 (or 0x685C61) is known color: Scorpion. HEX triplet: 68, 5C and 61. RGB value is (104,92,97). Sum of RGB (Red+Green+Blue) = 104+92+97=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 104 - color contains mainly: red. Hex color #685C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C61 is #97A39E. Grayscale: #606060. Windows color (decimal): -9937823 or 6380648. OLE color: 6380648.

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

Color convert

RGB 104 92 97 -
CMYK 0 0.12 0.07 0.59
HSL 335º 0.06% 0.38% -
HSV(B) 335º 0.12% 0.41% -
XYZ 11.69 11.46 12.91 -
YUV 96.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 104 92 97 0 0.12 0.07 0.59 335 0.06 0.38
Hex 68 5C 61 0 C 7 3B 14F 6 26
Octal 150 134 141 0 14 7 73 517 6 46
Binary 1101000 1011100 1100001 0 1100 111 111011 101001111 110 100110

Color Harmonies of #685C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C61

Black with #685C61

Text Example


Text Example

White with #685C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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