Html Css Color HEX #685A61 Scorpion

📋 copy color: '#685A61'

red 104 ◦ green 90 ◦ blue 97

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

Shades of Scorpion #685A61

Tints of Scorpion #685A61

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.93%

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

R = 35.74%
G = 30.93%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#685A61 (or 0x685A61) is known color: Scorpion. HEX triplet: 68, 5A and 61. RGB value is (104,90,97). Sum of RGB (Red+Green+Blue) = 104+90+97=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 104 - color contains mainly: red. Hex color #685A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A61 is #97A59E. Grayscale: #5E5E5E. Windows color (decimal): -9938335 or 6380136. OLE color: 6380136.

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

Color convert

RGB 104 90 97 -
CMYK 0 0.13 0.07 0.59
HSL 330º 0.07% 0.38% -
HSV(B) 330º 0.13% 0.41% -
XYZ 11.52 11.12 12.85 -
YUV 94.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 104 90 97 0 0.13 0.07 0.59 330 0.07 0.38
Hex 68 5A 61 0 D 7 3B 14A 7 26
Octal 150 132 141 0 15 7 73 512 7 46
Binary 1101000 1011010 1100001 0 1101 111 111011 101001010 111 100110

Color Harmonies of #685A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A61

Black with #685A61

Text Example


Text Example

White with #685A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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