Html Css Color HEX #686042 Yellow Metal

📋 copy color: '#686042'

red 104 ◦ green 96 ◦ blue 66

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

Shades of Yellow Metal #686042

Tints of Yellow Metal #686042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

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

R = 39.1%
G = 36.09%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#686042 (or 0x686042) is known color: Yellow Metal. HEX triplet: 68, 60 and 42. RGB value is (104,96,66). Sum of RGB (Red+Green+Blue) = 104+96+66=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #686042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686042 is #979FBD. Grayscale: #5F5F5F. Windows color (decimal): -9936830 or 4350056. OLE color: 4350056.

HSL color Cylindrical-coordinate representation of color #686042: hue angle of 47.37º 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 #686042 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 96 66 -
CMYK 0 0.08 0.37 0.59
HSL 47.37º 0.22% 0.33% -
HSV(B) 47.37º 0.37% 0.41% -
XYZ 10.88 11.7 6.84 -
YUV 94.97 111.65 134.44 -
System Red Green Blue C M Y K H S L
Decimal 104 96 66 0 0.08 0.37 0.59 47.37 0.22 0.33
Hex 68 60 42 0 8 25 3B 2F 16 21
Octal 150 140 102 0 10 45 73 57 26 41
Binary 1101000 1100000 1000010 0 1000 100101 111011 101111 10110 100001

Color Harmonies of #686042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686042

Black with #686042

Text Example


Text Example

White with #686042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686042; }

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

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

background-color css

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

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

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

border-color css

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

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

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