Html Css Color HEX #685F64 Scorpion

📋 copy color: '#685F64'

red 104 ◦ green 95 ◦ blue 100

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

Shades of Scorpion #685F64

Tints of Scorpion #685F64

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.77%

 BLUE value IS 100 (39.45% from 255) = 33.44%

R = 34.78%
G = 31.77%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#685F64 (or 0x685F64) is known color: Scorpion. HEX triplet: 68, 5F and 64. RGB value is (104,95,100). Sum of RGB (Red+Green+Blue) = 104+95+100=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 104 - color contains mainly: red. Hex color #685F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F64 is #97A09B. Grayscale: #626262. Windows color (decimal): -9937052 or 6578024. OLE color: 6578024.

HSL color Cylindrical-coordinate representation of color #685F64: hue angle of 326.67º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #685F64 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 95 100 -
CMYK 0 0.09 0.04 0.59
HSL 326.67º 0.05% 0.39% -
HSV(B) 326.67º 0.09% 0.41% -
XYZ 12.1 12.05 13.74 -
YUV 98.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 104 95 100 0 0.09 0.04 0.59 326.67 0.05 0.39
Hex 68 5F 64 0 9 4 3B 147 5 27
Octal 150 137 144 0 11 4 73 507 5 47
Binary 1101000 1011111 1100100 0 1001 100 111011 101000111 101 100111

Color Harmonies of #685F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F64

Black with #685F64

Text Example


Text Example

White with #685F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685F64; }

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

 H1.HeaderClassName
 {
   color: #685F64;
 }
 .AnyTagClassName
 {
   color: #685F64;
 }
</style>

background-color css

<style>
 a { background-color: #685F64; }

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

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

border-color css

<style>
 span { border-color: #685F64; }

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

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