Html Css Color HEX #68565D Scorpion

📋 copy color: '#68565D'

red 104 ◦ green 86 ◦ blue 93

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

Shades of Scorpion #68565D

Tints of Scorpion #68565D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.39%

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

R = 36.75%
G = 30.39%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68565D (or 0x68565D) is known color: Scorpion. HEX triplet: 68, 56 and 5D. RGB value is (104,86,93). Sum of RGB (Red+Green+Blue) = 104+86+93=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #68565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68565D is #97A9A2. Grayscale: #5C5C5C. Windows color (decimal): -9939363 or 6116968. OLE color: 6116968.

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

Color convert

RGB 104 86 93 -
CMYK 0 0.17 0.11 0.59
HSL 336.67º 0.09% 0.37% -
HSV(B) 336.67º 0.17% 0.41% -
XYZ 11.01 10.39 11.78 -
YUV 92.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 104 86 93 0 0.17 0.11 0.59 336.67 0.09 0.37
Hex 68 56 5D 0 11 B 3B 151 9 25
Octal 150 126 135 0 21 13 73 521 11 45
Binary 1101000 1010110 1011101 0 10001 1011 111011 101010001 1001 100101

Color Harmonies of #68565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68565D

Black with #68565D

Text Example


Text Example

White with #68565D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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