Html Css Color HEX #685C39 Yellow Metal

📋 copy color: '#685C39'

red 104 ◦ green 92 ◦ blue 57

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

Shades of Yellow Metal #685C39

Tints of Yellow Metal #685C39

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.36%

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

R = 41.11%
G = 36.36%
B = 22.53%

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

#685C39 (or 0x685C39) is known color: Yellow Metal. HEX triplet: 68, 5C and 39. RGB value is (104,92,57). Sum of RGB (Red+Green+Blue) = 104+92+57=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #685C39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C39 is #97A3C6. Grayscale: #5B5B5B. Windows color (decimal): -9937863 or 3759208. OLE color: 3759208.

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

Color convert

RGB 104 92 57 -
CMYK 0 0.12 0.45 0.59
HSL 44.68º 0.29% 0.32% -
HSV(B) 44.68º 0.45% 0.41% -
XYZ 10.27 10.89 5.43 -
YUV 91.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 104 92 57 0 0.12 0.45 0.59 44.68 0.29 0.32
Hex 68 5C 39 0 C 2D 3B 2D 1D 20
Octal 150 134 71 0 14 55 73 55 35 40
Binary 1101000 1011100 111001 0 1100 101101 111011 101101 11101 100000

Color Harmonies of #685C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C39

Black with #685C39

Text Example


Text Example

White with #685C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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