Html Css Color HEX #685F63 Scorpion

📋 copy color: '#685F63'

red 104 ◦ green 95 ◦ blue 99

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

Shades of Scorpion #685F63

Tints of Scorpion #685F63

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.88%

 BLUE value IS 99 (39.06% from 255) = 33.22%

R = 34.9%
G = 31.88%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#685F63 (or 0x685F63) is known color: Scorpion. HEX triplet: 68, 5F and 63. RGB value is (104,95,99). Sum of RGB (Red+Green+Blue) = 104+95+99=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 104 - color contains mainly: red. Hex color #685F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F63 is #97A09C. Grayscale: #626262. Windows color (decimal): -9937053 or 6512488. OLE color: 6512488.

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

Color convert

RGB 104 95 99 -
CMYK 0 0.09 0.05 0.59
HSL 333.33º 0.05% 0.39% -
HSV(B) 333.33º 0.09% 0.41% -
XYZ 12.05 12.03 13.49 -
YUV 98.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 104 95 99 0 0.09 0.05 0.59 333.33 0.05 0.39
Hex 68 5F 63 0 9 5 3B 14D 5 27
Octal 150 137 143 0 11 5 73 515 5 47
Binary 1101000 1011111 1100011 0 1001 101 111011 101001101 101 100111

Color Harmonies of #685F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F63

Black with #685F63

Text Example


Text Example

White with #685F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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