Html Css Color HEX #685A39 Yellow Metal

📋 copy color: '#685A39'

red 104 ◦ green 90 ◦ blue 57

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

Shades of Yellow Metal #685A39

Tints of Yellow Metal #685A39

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.86%

 BLUE value IS 57 (22.66% from 255) = 22.71%

R = 41.43%
G = 35.86%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#685A39 (or 0x685A39) is known color: Yellow Metal. HEX triplet: 68, 5A and 39. RGB value is (104,90,57). Sum of RGB (Red+Green+Blue) = 104+90+57=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #685A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A39 is #97A5C6. Grayscale: #5A5A5A. Windows color (decimal): -9938375 or 3758696. OLE color: 3758696.

HSL color Cylindrical-coordinate representation of color #685A39: hue angle of 42.13º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #685A39 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 90 57 -
CMYK 0 0.13 0.45 0.59
HSL 42.13º 0.29% 0.32% -
HSV(B) 42.13º 0.45% 0.41% -
XYZ 10.1 10.55 5.37 -
YUV 90.42 109.14 137.68 -
System Red Green Blue C M Y K H S L
Decimal 104 90 57 0 0.13 0.45 0.59 42.13 0.29 0.32
Hex 68 5A 39 0 D 2D 3B 2A 1D 20
Octal 150 132 71 0 15 55 73 52 35 40
Binary 1101000 1011010 111001 0 1101 101101 111011 101010 11101 100000

Color Harmonies of #685A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A39

Black with #685A39

Text Example


Text Example

White with #685A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,90,57); }

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

background-color css

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

 a { background-color: rgb(104,90,57); }

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

border-color css

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

 span { border-color: rgb(104,90,57); }

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