Html Css Color HEX #685C3B Yellow Metal

📋 copy color: '#685C3B'

red 104 ◦ green 92 ◦ blue 59

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

Shades of Yellow Metal #685C3B

Tints of Yellow Metal #685C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.14%

R = 40.78%
G = 36.08%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#685C3B (or 0x685C3B) is known color: Yellow Metal. HEX triplet: 68, 5C and 3B. RGB value is (104,92,59). Sum of RGB (Red+Green+Blue) = 104+92+59=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #685C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C3B is #97A3C4. Grayscale: #5B5B5B. Windows color (decimal): -9937861 or 3890280. OLE color: 3890280.

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

Color convert

RGB 104 92 59 -
CMYK 0 0.12 0.43 0.59
HSL 44º 0.28% 0.32% -
HSV(B) 44º 0.43% 0.41% -
XYZ 10.33 10.91 5.7 -
YUV 91.83 109.48 136.68 -
System Red Green Blue C M Y K H S L
Decimal 104 92 59 0 0.12 0.43 0.59 44 0.28 0.32
Hex 68 5C 3B 0 C 2B 3B 2C 1C 20
Octal 150 134 73 0 14 53 73 54 34 40
Binary 1101000 1011100 111011 0 1100 101011 111011 101100 11100 100000

Color Harmonies of #685C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C3B

Black with #685C3B

Text Example


Text Example

White with #685C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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