Html Css Color HEX #796440 Yellow Metal

📋 copy color: '#796440'

red 121 ◦ green 100 ◦ blue 64

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

Shades of Yellow Metal #796440

Tints of Yellow Metal #796440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.09%

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

R = 42.46%
G = 35.09%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#796440 (or 0x796440) is known color: Yellow Metal. HEX triplet: 79, 64 and 40. RGB value is (121,100,64). Sum of RGB (Red+Green+Blue) = 121+100+64=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 121 - color contains mainly: red. Hex color #796440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796440 is #869BBF. Grayscale: #666666. Windows color (decimal): -8821696 or 4220025. OLE color: 4220025.

HSL color Cylindrical-coordinate representation of color #796440: hue angle of 37.89º 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 #796440 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 100 64 -
CMYK 0 0.17 0.47 0.53
HSL 37.89º 0.31% 0.36% -
HSV(B) 37.89º 0.47% 0.47% -
XYZ 13.37 13.55 6.76 -
YUV 102.18 106.46 141.43 -
System Red Green Blue C M Y K H S L
Decimal 121 100 64 0 0.17 0.47 0.53 37.89 0.31 0.36
Hex 79 64 40 0 11 2F 35 26 1F 24
Octal 171 144 100 0 21 57 65 46 37 44
Binary 1111001 1100100 1000000 0 10001 101111 110101 100110 11111 100100

Color Harmonies of #796440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796440

Black with #796440

Text Example


Text Example

White with #796440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796440; }

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

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

background-color css

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

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

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

border-color css

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

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

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