Html Css Color HEX #685C3C Yellow Metal

📋 copy color: '#685C3C'

red 104 ◦ green 92 ◦ blue 60

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

Shades of Yellow Metal #685C3C

Tints of Yellow Metal #685C3C

RGB

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

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

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

R = 40.63%
G = 35.94%
B = 23.44%

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

#685C3C (or 0x685C3C) is known color: Yellow Metal. HEX triplet: 68, 5C and 3C. RGB value is (104,92,60). Sum of RGB (Red+Green+Blue) = 104+92+60=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #685C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C3C is #97A3C3. Grayscale: #5C5C5C. Windows color (decimal): -9937860 or 3955816. OLE color: 3955816.

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

Color convert

RGB 104 92 60 -
CMYK 0 0.12 0.42 0.59
HSL 43.64º 0.27% 0.32% -
HSV(B) 43.64º 0.42% 0.41% -
XYZ 10.35 10.92 5.84 -
YUV 91.94 109.98 136.6 -
System Red Green Blue C M Y K H S L
Decimal 104 92 60 0 0.12 0.42 0.59 43.64 0.27 0.32
Hex 68 5C 3C 0 C 2A 3B 2C 1B 20
Octal 150 134 74 0 14 52 73 54 33 40
Binary 1101000 1011100 111100 0 1100 101010 111011 101100 11011 100000

Color Harmonies of #685C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C3C

Black with #685C3C

Text Example


Text Example

White with #685C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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