Html Css Color HEX #68595D Scorpion

📋 copy color: '#68595D'

red 104 ◦ green 89 ◦ blue 93

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

Shades of Scorpion #68595D

Tints of Scorpion #68595D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.12%

 BLUE value IS 93 (36.72% from 255) = 32.52%

R = 36.36%
G = 31.12%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68595D (or 0x68595D) is known color: Scorpion. HEX triplet: 68, 59 and 5D. RGB value is (104,89,93). Sum of RGB (Red+Green+Blue) = 104+89+93=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #68595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68595D is #97A6A2. Grayscale: #5D5D5D. Windows color (decimal): -9938595 or 6117736. OLE color: 6117736.

HSL color Cylindrical-coordinate representation of color #68595D: hue angle of 344º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #68595D is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 89 93 -
CMYK 0 0.14 0.11 0.59
HSL 344º 0.08% 0.38% -
HSV(B) 344º 0.14% 0.41% -
XYZ 11.26 10.88 11.86 -
YUV 93.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 104 89 93 0 0.14 0.11 0.59 344 0.08 0.38
Hex 68 59 5D 0 E B 3B 158 8 26
Octal 150 131 135 0 16 13 73 530 10 46
Binary 1101000 1011001 1011101 0 1110 1011 111011 101011000 1000 100110

Color Harmonies of #68595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68595D

Black with #68595D

Text Example


Text Example

White with #68595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68595D; }

 p { color: rgb(104,89,93); }

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

background-color css

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

 a { background-color: rgb(104,89,93); }

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

border-color css

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

 span { border-color: rgb(104,89,93); }

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