Html Css Color HEX #685C38 Yellow Metal

📋 copy color: '#685C38'

red 104 ◦ green 92 ◦ blue 56

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

Shades of Yellow Metal #685C38

Tints of Yellow Metal #685C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.22%

R = 41.27%
G = 36.51%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#685C38 (or 0x685C38) is known color: Yellow Metal. HEX triplet: 68, 5C and 38. RGB value is (104,92,56). Sum of RGB (Red+Green+Blue) = 104+92+56=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #685C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C38 is #97A3C7. Grayscale: #5B5B5B. Windows color (decimal): -9937864 or 3693672. OLE color: 3693672.

HSL color Cylindrical-coordinate representation of color #685C38: hue angle of 45º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #685C38 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 92 56 -
CMYK 0 0.12 0.46 0.59
HSL 45º 0.3% 0.31% -
HSV(B) 45º 0.46% 0.41% -
XYZ 10.25 10.88 5.3 -
YUV 91.48 107.98 136.93 -
System Red Green Blue C M Y K H S L
Decimal 104 92 56 0 0.12 0.46 0.59 45 0.3 0.31
Hex 68 5C 38 0 C 2E 3B 2D 1E 1F
Octal 150 134 70 0 14 56 73 55 36 37
Binary 1101000 1011100 111000 0 1100 101110 111011 101101 11110 11111

Color Harmonies of #685C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C38

Black with #685C38

Text Example


Text Example

White with #685C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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