Html Css Color HEX #68595F Scorpion

📋 copy color: '#68595F'

red 104 ◦ green 89 ◦ blue 95

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

Shades of Scorpion #68595F

Tints of Scorpion #68595F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.99%

R = 36.11%
G = 30.9%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68595F (or 0x68595F) is known color: Scorpion. HEX triplet: 68, 59 and 5F. RGB value is (104,89,95). Sum of RGB (Red+Green+Blue) = 104+89+95=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 104 - color contains mainly: red. Hex color #68595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68595F is #97A6A0. Grayscale: #5E5E5E. Windows color (decimal): -9938593 or 6248808. OLE color: 6248808.

HSL color Cylindrical-coordinate representation of color #68595F: hue angle of 336º 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 #68595F is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 89 95 -
CMYK 0 0.14 0.09 0.59
HSL 336º 0.08% 0.38% -
HSV(B) 336º 0.14% 0.41% -
XYZ 11.35 10.91 12.34 -
YUV 94.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 104 89 95 0 0.14 0.09 0.59 336 0.08 0.38
Hex 68 59 5F 0 E 9 3B 150 8 26
Octal 150 131 137 0 16 11 73 520 10 46
Binary 1101000 1011001 1011111 0 1110 1001 111011 101010000 1000 100110

Color Harmonies of #68595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68595F

Black with #68595F

Text Example


Text Example

White with #68595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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