Html Css Color HEX #686063 Scorpion

📋 copy color: '#686063'

red 104 ◦ green 96 ◦ blue 99

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

Shades of Scorpion #686063

Tints of Scorpion #686063

RGB

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

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

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

R = 34.78%
G = 32.11%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#686063 (or 0x686063) is known color: Scorpion. HEX triplet: 68, 60 and 63. RGB value is (104,96,99). Sum of RGB (Red+Green+Blue) = 104+96+99=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 104 - color contains mainly: red. Hex color #686063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686063 is #979F9C. Grayscale: #626262. Windows color (decimal): -9936797 or 6512744. OLE color: 6512744.

HSL color Cylindrical-coordinate representation of color #686063: hue angle of 337.5º 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 #686063 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 96 99 -
CMYK 0 0.08 0.05 0.59
HSL 337.5º 0.04% 0.39% -
HSV(B) 337.5º 0.08% 0.41% -
XYZ 12.14 12.21 13.52 -
YUV 98.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 104 96 99 0 0.08 0.05 0.59 337.5 0.04 0.39
Hex 68 60 63 0 8 5 3B 152 4 27
Octal 150 140 143 0 10 5 73 522 4 47
Binary 1101000 1100000 1100011 0 1000 101 111011 101010010 100 100111

Color Harmonies of #686063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686063

Black with #686063

Text Example


Text Example

White with #686063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686063; }

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

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

background-color css

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

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

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

border-color css

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

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

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