Html Css Color HEX #685C62 Scorpion

📋 copy color: '#685C62'

red 104 ◦ green 92 ◦ blue 98

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

Shades of Scorpion #685C62

Tints of Scorpion #685C62

RGB

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

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

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

R = 35.37%
G = 31.29%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#685C62 (or 0x685C62) is known color: Scorpion. HEX triplet: 68, 5C and 62. RGB value is (104,92,98). Sum of RGB (Red+Green+Blue) = 104+92+98=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 104 - color contains mainly: red. Hex color #685C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C62 is #97A39D. Grayscale: #606060. Windows color (decimal): -9937822 or 6446184. OLE color: 6446184.

HSL color Cylindrical-coordinate representation of color #685C62: hue angle of 330º 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 #685C62 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 92 98 -
CMYK 0 0.12 0.06 0.59
HSL 330º 0.06% 0.38% -
HSV(B) 330º 0.12% 0.41% -
XYZ 11.74 11.48 13.15 -
YUV 96.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 104 92 98 0 0.12 0.06 0.59 330 0.06 0.38
Hex 68 5C 62 0 C 6 3B 14A 6 26
Octal 150 134 142 0 14 6 73 512 6 46
Binary 1101000 1011100 1100010 0 1100 110 111011 101001010 110 100110

Color Harmonies of #685C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C62

Black with #685C62

Text Example


Text Example

White with #685C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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