Html Css Color HEX #685B3F Yellow Metal

📋 copy color: '#685B3F'

red 104 ◦ green 91 ◦ blue 63

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

Shades of Yellow Metal #685B3F

Tints of Yellow Metal #685B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.42%

R = 40.31%
G = 35.27%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#685B3F (or 0x685B3F) is known color: Yellow Metal. HEX triplet: 68, 5B and 3F. RGB value is (104,91,63). Sum of RGB (Red+Green+Blue) = 104+91+63=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #685B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B3F is #97A4C0. Grayscale: #5B5B5B. Windows color (decimal): -9938113 or 4152168. OLE color: 4152168.

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

Color convert

RGB 104 91 63 -
CMYK 0 0.12 0.39 0.59
HSL 40.98º 0.25% 0.33% -
HSV(B) 40.98º 0.39% 0.41% -
XYZ 10.35 10.78 6.24 -
YUV 91.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 104 91 63 0 0.12 0.39 0.59 40.98 0.25 0.33
Hex 68 5B 3F 0 C 27 3B 29 19 21
Octal 150 133 77 0 14 47 73 51 31 41
Binary 1101000 1011011 111111 0 1100 100111 111011 101001 11001 100001

Color Harmonies of #685B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B3F

Black with #685B3F

Text Example


Text Example

White with #685B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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