Html Css Color HEX #685A62 Scorpion

📋 copy color: '#685A62'

red 104 ◦ green 90 ◦ blue 98

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

Shades of Scorpion #685A62

Tints of Scorpion #685A62

RGB

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

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

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

R = 35.62%
G = 30.82%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#685A62 (or 0x685A62) is known color: Scorpion. HEX triplet: 68, 5A and 62. RGB value is (104,90,98). Sum of RGB (Red+Green+Blue) = 104+90+98=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 104 - color contains mainly: red. Hex color #685A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A62 is #97A59D. Grayscale: #5F5F5F. Windows color (decimal): -9938334 or 6445672. OLE color: 6445672.

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

Color convert

RGB 104 90 98 -
CMYK 0 0.13 0.06 0.59
HSL 325.71º 0.07% 0.38% -
HSV(B) 325.71º 0.13% 0.41% -
XYZ 11.57 11.14 13.1 -
YUV 95.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 104 90 98 0 0.13 0.06 0.59 325.71 0.07 0.38
Hex 68 5A 62 0 D 6 3B 146 7 26
Octal 150 132 142 0 15 6 73 506 7 46
Binary 1101000 1011010 1100010 0 1101 110 111011 101000110 111 100110

Color Harmonies of #685A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A62

Black with #685A62

Text Example


Text Example

White with #685A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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