Html Css Color HEX #685B3C Yellow Metal

📋 copy color: '#685B3C'

red 104 ◦ green 91 ◦ blue 60

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

Shades of Yellow Metal #685B3C

Tints of Yellow Metal #685B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.53%

R = 40.78%
G = 35.69%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#685B3C (or 0x685B3C) is known color: Yellow Metal. HEX triplet: 68, 5B and 3C. RGB value is (104,91,60). Sum of RGB (Red+Green+Blue) = 104+91+60=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #685B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B3C is #97A4C3. Grayscale: #5B5B5B. Windows color (decimal): -9938116 or 3955560. OLE color: 3955560.

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

Color convert

RGB 104 91 60 -
CMYK 0 0.12 0.42 0.59
HSL 42.27º 0.27% 0.32% -
HSV(B) 42.27º 0.42% 0.41% -
XYZ 10.27 10.75 5.81 -
YUV 91.35 110.31 137.02 -
System Red Green Blue C M Y K H S L
Decimal 104 91 60 0 0.12 0.42 0.59 42.27 0.27 0.32
Hex 68 5B 3C 0 C 2A 3B 2A 1B 20
Octal 150 133 74 0 14 52 73 52 33 40
Binary 1101000 1011011 111100 0 1100 101010 111011 101010 11011 100000

Color Harmonies of #685B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B3C

Black with #685B3C

Text Example


Text Example

White with #685B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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