Html Css Color HEX #68565B Scorpion

📋 copy color: '#68565B'

red 104 ◦ green 86 ◦ blue 91

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

Shades of Scorpion #68565B

Tints of Scorpion #68565B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.38%

R = 37.01%
G = 30.6%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68565B (or 0x68565B) is known color: Scorpion. HEX triplet: 68, 56 and 5B. RGB value is (104,86,91). Sum of RGB (Red+Green+Blue) = 104+86+91=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #68565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68565B is #97A9A4. Grayscale: #5B5B5B. Windows color (decimal): -9939365 or 5985896. OLE color: 5985896.

HSL color Cylindrical-coordinate representation of color #68565B: hue angle of 343.33º 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 #68565B is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 86 91 -
CMYK 0 0.17 0.12 0.59
HSL 343.33º 0.09% 0.37% -
HSV(B) 343.33º 0.17% 0.41% -
XYZ 10.93 10.35 11.32 -
YUV 91.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 104 86 91 0 0.17 0.12 0.59 343.33 0.09 0.37
Hex 68 56 5B 0 11 C 3B 157 9 25
Octal 150 126 133 0 21 14 73 527 11 45
Binary 1101000 1010110 1011011 0 10001 1100 111011 101010111 1001 100101

Color Harmonies of #68565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68565B

Black with #68565B

Text Example


Text Example

White with #68565B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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