Html Css Color HEX #68575E Scorpion

📋 copy color: '#68575E'

red 104 ◦ green 87 ◦ blue 94

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

Shades of Scorpion #68575E

Tints of Scorpion #68575E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.53%

 BLUE value IS 94 (37.11% from 255) = 32.98%

R = 36.49%
G = 30.53%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68575E (or 0x68575E) is known color: Scorpion. HEX triplet: 68, 57 and 5E. RGB value is (104,87,94). Sum of RGB (Red+Green+Blue) = 104+87+94=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #68575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68575E is #97A8A1. Grayscale: #5C5C5C. Windows color (decimal): -9939106 or 6182760. OLE color: 6182760.

HSL color Cylindrical-coordinate representation of color #68575E: hue angle of 335.29º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #68575E is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 87 94 -
CMYK 0 0.16 0.10 0.59
HSL 335.29º 0.09% 0.37% -
HSV(B) 335.29º 0.16% 0.41% -
XYZ 11.14 10.57 12.04 -
YUV 92.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 104 87 94 0 0.16 0.10 0.59 335.29 0.09 0.37
Hex 68 57 5E 0 10 A 3B 14F 9 25
Octal 150 127 136 0 20 12 73 517 11 45
Binary 1101000 1010111 1011110 0 10000 1010 111011 101001111 1001 100101

Color Harmonies of #68575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68575E

Black with #68575E

Text Example


Text Example

White with #68575E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68575E; }

 p { color: rgb(104,87,94); }

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

background-color css

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

 a { background-color: rgb(104,87,94); }

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

border-color css

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

 span { border-color: rgb(104,87,94); }

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