Html Css Color HEX #685F42 Yellow Metal

📋 copy color: '#685F42'

red 104 ◦ green 95 ◦ blue 66

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

Shades of Yellow Metal #685F42

Tints of Yellow Metal #685F42

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.85%

 BLUE value IS 66 (26.17% from 255) = 24.91%

R = 39.25%
G = 35.85%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#685F42 (or 0x685F42) is known color: Yellow Metal. HEX triplet: 68, 5F and 42. RGB value is (104,95,66). Sum of RGB (Red+Green+Blue) = 104+95+66=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #685F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685F42 is #97A0BD. Grayscale: #5E5E5E. Windows color (decimal): -9937086 or 4349800. OLE color: 4349800.

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

Color convert

RGB 104 95 66 -
CMYK 0 0.09 0.37 0.59
HSL 45.79º 0.22% 0.33% -
HSV(B) 45.79º 0.37% 0.41% -
XYZ 10.78 11.52 6.81 -
YUV 94.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 104 95 66 0 0.09 0.37 0.59 45.79 0.22 0.33
Hex 68 5F 42 0 9 25 3B 2E 16 21
Octal 150 137 102 0 11 45 73 56 26 41
Binary 1101000 1011111 1000010 0 1001 100101 111011 101110 10110 100001

Color Harmonies of #685F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F42

Black with #685F42

Text Example


Text Example

White with #685F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,95,66); }

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

background-color css

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

 a { background-color: rgb(104,95,66); }

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

border-color css

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

 span { border-color: rgb(104,95,66); }

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