Html Css Color HEX #796940 Yellow Metal

📋 copy color: '#796940'

red 121 ◦ green 105 ◦ blue 64

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

Shades of Yellow Metal #796940

Tints of Yellow Metal #796940

RGB

 RED value IS 121 (47.66% from 255) = 41.72%

 GREEN value IS 105 (41.41% from 255) = 36.21%

 BLUE value IS 64 (25.39% from 255) = 22.07%

R = 41.72%
G = 36.21%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#796940 (or 0x796940) is known color: Yellow Metal. HEX triplet: 79, 69 and 40. RGB value is (121,105,64). Sum of RGB (Red+Green+Blue) = 121+105+64=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 121 - color contains mainly: red. Hex color #796940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796940 is #8696BF. Grayscale: #696969. Windows color (decimal): -8820416 or 4221305. OLE color: 4221305.

HSL color Cylindrical-coordinate representation of color #796940: hue angle of 43.16º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #796940 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 105 64 -
CMYK 0 0.13 0.47 0.53
HSL 43.16º 0.31% 0.36% -
HSV(B) 43.16º 0.47% 0.47% -
XYZ 13.86 14.54 6.93 -
YUV 105.11 104.8 139.33 -
System Red Green Blue C M Y K H S L
Decimal 121 105 64 0 0.13 0.47 0.53 43.16 0.31 0.36
Hex 79 69 40 0 D 2F 35 2B 1F 24
Octal 171 151 100 0 15 57 65 53 37 44
Binary 1111001 1101001 1000000 0 1101 101111 110101 101011 11111 100100

Color Harmonies of #796940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796940

Black with #796940

Text Example


Text Example

White with #796940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796940; }

 p { color: rgb(121,105,64); }

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

background-color css

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

 a { background-color: rgb(121,105,64); }

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

border-color css

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

 span { border-color: rgb(121,105,64); }

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