Html Css Color HEX #685D3F Yellow Metal

📋 copy color: '#685D3F'

red 104 ◦ green 93 ◦ blue 63

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

Shades of Yellow Metal #685D3F

Tints of Yellow Metal #685D3F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.77%

 BLUE value IS 63 (25% from 255) = 24.23%

R = 40%
G = 35.77%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#685D3F (or 0x685D3F) is known color: Yellow Metal. HEX triplet: 68, 5D and 3F. RGB value is (104,93,63). Sum of RGB (Red+Green+Blue) = 104+93+63=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 104 - color contains mainly: red. Hex color #685D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D3F is #97A2C0. Grayscale: #5D5D5D. Windows color (decimal): -9937601 or 4152680. OLE color: 4152680.

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

Color convert

RGB 104 93 63 -
CMYK 0 0.11 0.39 0.59
HSL 43.9º 0.25% 0.33% -
HSV(B) 43.9º 0.39% 0.41% -
XYZ 10.52 11.13 6.3 -
YUV 92.87 111.14 135.94 -
System Red Green Blue C M Y K H S L
Decimal 104 93 63 0 0.11 0.39 0.59 43.9 0.25 0.33
Hex 68 5D 3F 0 B 27 3B 2C 19 21
Octal 150 135 77 0 13 47 73 54 31 41
Binary 1101000 1011101 111111 0 1011 100111 111011 101100 11001 100001

Color Harmonies of #685D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D3F

Black with #685D3F

Text Example


Text Example

White with #685D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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