Html Css Color HEX #685D62 Scorpion

📋 copy color: '#685D62'

red 104 ◦ green 93 ◦ blue 98

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

Shades of Scorpion #685D62

Tints of Scorpion #685D62

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.53%

 BLUE value IS 98 (38.67% from 255) = 33.22%

R = 35.25%
G = 31.53%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#685D62 (or 0x685D62) is known color: Scorpion. HEX triplet: 68, 5D and 62. RGB value is (104,93,98). Sum of RGB (Red+Green+Blue) = 104+93+98=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 104 - color contains mainly: red. Hex color #685D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D62 is #97A29D. Grayscale: #606060. Windows color (decimal): -9937566 or 6446440. OLE color: 6446440.

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

Color convert

RGB 104 93 98 -
CMYK 0 0.11 0.06 0.59
HSL 332.73º 0.06% 0.39% -
HSV(B) 332.73º 0.11% 0.41% -
XYZ 11.83 11.65 13.18 -
YUV 96.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 104 93 98 0 0.11 0.06 0.59 332.73 0.06 0.39
Hex 68 5D 62 0 B 6 3B 14D 6 27
Octal 150 135 142 0 13 6 73 515 6 47
Binary 1101000 1011101 1100010 0 1011 110 111011 101001101 110 100111

Color Harmonies of #685D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D62

Black with #685D62

Text Example


Text Example

White with #685D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,93,98); }

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

background-color css

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

 a { background-color: rgb(104,93,98); }

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

border-color css

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

 span { border-color: rgb(104,93,98); }

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