Html Css Color HEX #68575F Scorpion

📋 copy color: '#68575F'

red 104 ◦ green 87 ◦ blue 95

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

Shades of Scorpion #68575F

Tints of Scorpion #68575F

RGB

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

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

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

R = 36.36%
G = 30.42%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68575F (or 0x68575F) is known color: Scorpion. HEX triplet: 68, 57 and 5F. RGB value is (104,87,95). Sum of RGB (Red+Green+Blue) = 104+87+95=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #68575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68575F is #97A8A0. Grayscale: #5C5C5C. Windows color (decimal): -9939105 or 6248296. OLE color: 6248296.

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

Color convert

RGB 104 87 95 -
CMYK 0 0.16 0.09 0.59
HSL 331.76º 0.09% 0.37% -
HSV(B) 331.76º 0.16% 0.41% -
XYZ 11.18 10.59 12.28 -
YUV 93 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 104 87 95 0 0.16 0.09 0.59 331.76 0.09 0.37
Hex 68 57 5F 0 10 9 3B 14C 9 25
Octal 150 127 137 0 20 11 73 514 11 45
Binary 1101000 1010111 1011111 0 10000 1001 111011 101001100 1001 100101

Color Harmonies of #68575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68575F

Black with #68575F

Text Example


Text Example

White with #68575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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