Html Css Color HEX #685D3A Yellow Metal

📋 copy color: '#685D3A'

red 104 ◦ green 93 ◦ blue 58

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

Shades of Yellow Metal #685D3A

Tints of Yellow Metal #685D3A

RGB

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

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

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

R = 40.78%
G = 36.47%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#685D3A (or 0x685D3A) is known color: Yellow Metal. HEX triplet: 68, 5D and 3A. RGB value is (104,93,58). Sum of RGB (Red+Green+Blue) = 104+93+58=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #685D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D3A is #97A2C5. Grayscale: #5C5C5C. Windows color (decimal): -9937606 or 3825000. OLE color: 3825000.

HSL color Cylindrical-coordinate representation of color #685D3A: hue angle of 45.65º 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 #685D3A is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 93 58 -
CMYK 0 0.11 0.44 0.59
HSL 45.65º 0.28% 0.32% -
HSV(B) 45.65º 0.44% 0.41% -
XYZ 10.39 11.08 5.59 -
YUV 92.3 108.64 136.35 -
System Red Green Blue C M Y K H S L
Decimal 104 93 58 0 0.11 0.44 0.59 45.65 0.28 0.32
Hex 68 5D 3A 0 B 2C 3B 2E 1C 20
Octal 150 135 72 0 13 54 73 56 34 40
Binary 1101000 1011101 111010 0 1011 101100 111011 101110 11100 100000

Color Harmonies of #685D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D3A

Black with #685D3A

Text Example


Text Example

White with #685D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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