Html Css Color HEX #685B3A Yellow Metal

📋 copy color: '#685B3A'

red 104 ◦ green 91 ◦ blue 58

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

Shades of Yellow Metal #685B3A

Tints of Yellow Metal #685B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.92%

R = 41.11%
G = 35.97%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#685B3A (or 0x685B3A) is known color: Yellow Metal. HEX triplet: 68, 5B and 3A. RGB value is (104,91,58). Sum of RGB (Red+Green+Blue) = 104+91+58=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #685B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B3A is #97A4C5. Grayscale: #5B5B5B. Windows color (decimal): -9938118 or 3824488. OLE color: 3824488.

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

Color convert

RGB 104 91 58 -
CMYK 0 0.12 0.44 0.59
HSL 43.04º 0.28% 0.32% -
HSV(B) 43.04º 0.44% 0.41% -
XYZ 10.21 10.73 5.54 -
YUV 91.13 109.31 137.18 -
System Red Green Blue C M Y K H S L
Decimal 104 91 58 0 0.12 0.44 0.59 43.04 0.28 0.32
Hex 68 5B 3A 0 C 2C 3B 2B 1C 20
Octal 150 133 72 0 14 54 73 53 34 40
Binary 1101000 1011011 111010 0 1100 101100 111011 101011 11100 100000

Color Harmonies of #685B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B3A

Black with #685B3A

Text Example


Text Example

White with #685B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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