Html Css Color HEX #685C5F Scorpion

📋 copy color: '#685C5F'

red 104 ◦ green 92 ◦ blue 95

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

Shades of Scorpion #685C5F

Tints of Scorpion #685C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.65%

R = 35.74%
G = 31.62%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#685C5F (or 0x685C5F) is known color: Scorpion. HEX triplet: 68, 5C and 5F. RGB value is (104,92,95). Sum of RGB (Red+Green+Blue) = 104+92+95=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 104 - color contains mainly: red. Hex color #685C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C5F is #97A3A0. Grayscale: #5F5F5F. Windows color (decimal): -9937825 or 6249576. OLE color: 6249576.

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

Color convert

RGB 104 92 95 -
CMYK 0 0.12 0.09 0.59
HSL 345º 0.06% 0.38% -
HSV(B) 345º 0.12% 0.41% -
XYZ 11.6 11.42 12.42 -
YUV 95.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 104 92 95 0 0.12 0.09 0.59 345 0.06 0.38
Hex 68 5C 5F 0 C 9 3B 159 6 26
Octal 150 134 137 0 14 11 73 531 6 46
Binary 1101000 1011100 1011111 0 1100 1001 111011 101011001 110 100110

Color Harmonies of #685C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C5F

Black with #685C5F

Text Example


Text Example

White with #685C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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