Html Css Color HEX #685B39 Yellow Metal

📋 copy color: '#685B39'

red 104 ◦ green 91 ◦ blue 57

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

Shades of Yellow Metal #685B39

Tints of Yellow Metal #685B39

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.11%

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

R = 41.27%
G = 36.11%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#685B39 (or 0x685B39) is known color: Yellow Metal. HEX triplet: 68, 5B and 39. RGB value is (104,91,57). Sum of RGB (Red+Green+Blue) = 104+91+57=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #685B39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B39 is #97A4C6. Grayscale: #5B5B5B. Windows color (decimal): -9938119 or 3758952. OLE color: 3758952.

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

Color convert

RGB 104 91 57 -
CMYK 0 0.12 0.45 0.59
HSL 43.4º 0.29% 0.32% -
HSV(B) 43.4º 0.45% 0.41% -
XYZ 10.19 10.72 5.4 -
YUV 91.01 108.81 137.26 -
System Red Green Blue C M Y K H S L
Decimal 104 91 57 0 0.12 0.45 0.59 43.4 0.29 0.32
Hex 68 5B 39 0 C 2D 3B 2B 1D 20
Octal 150 133 71 0 14 55 73 53 35 40
Binary 1101000 1011011 111001 0 1100 101101 111011 101011 11101 100000

Color Harmonies of #685B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B39

Black with #685B39

Text Example


Text Example

White with #685B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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