Html Css Color HEX #685D42 Yellow Metal

📋 copy color: '#685D42'

red 104 ◦ green 93 ◦ blue 66

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

Shades of Yellow Metal #685D42

Tints of Yellow Metal #685D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.1%

R = 39.54%
G = 35.36%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#685D42 (or 0x685D42) is known color: Yellow Metal. HEX triplet: 68, 5D and 42. RGB value is (104,93,66). Sum of RGB (Red+Green+Blue) = 104+93+66=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #685D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D42 is #97A2BD. Grayscale: #5D5D5D. Windows color (decimal): -9937598 or 4349288. OLE color: 4349288.

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

Color convert

RGB 104 93 66 -
CMYK 0 0.11 0.37 0.59
HSL 42.63º 0.22% 0.33% -
HSV(B) 42.63º 0.37% 0.41% -
XYZ 10.61 11.17 6.75 -
YUV 93.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 104 93 66 0 0.11 0.37 0.59 42.63 0.22 0.33
Hex 68 5D 42 0 B 25 3B 2B 16 21
Octal 150 135 102 0 13 45 73 53 26 41
Binary 1101000 1011101 1000010 0 1011 100101 111011 101011 10110 100001

Color Harmonies of #685D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D42

Black with #685D42

Text Example


Text Example

White with #685D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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