Html Css Color HEX #686062 Scorpion

📋 copy color: '#686062'

red 104 ◦ green 96 ◦ blue 98

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

Shades of Scorpion #686062

Tints of Scorpion #686062

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.21%

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

R = 34.9%
G = 32.21%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#686062 (or 0x686062) is known color: Scorpion. HEX triplet: 68, 60 and 62. RGB value is (104,96,98). Sum of RGB (Red+Green+Blue) = 104+96+98=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 104 - color contains mainly: red. Hex color #686062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686062 is #979F9D. Grayscale: #626262. Windows color (decimal): -9936798 or 6447208. OLE color: 6447208.

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

Color convert

RGB 104 96 98 -
CMYK 0 0.08 0.06 0.59
HSL 345º 0.04% 0.39% -
HSV(B) 345º 0.08% 0.41% -
XYZ 12.1 12.19 13.27 -
YUV 98.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 104 96 98 0 0.08 0.06 0.59 345 0.04 0.39
Hex 68 60 62 0 8 6 3B 159 4 27
Octal 150 140 142 0 10 6 73 531 4 47
Binary 1101000 1100000 1100010 0 1000 110 111011 101011001 100 100111

Color Harmonies of #686062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686062

Black with #686062

Text Example


Text Example

White with #686062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686062; }

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

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

background-color css

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

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

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

border-color css

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

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

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