Html Css Color HEX #796340 Yellow Metal

📋 copy color: '#796340'

red 121 ◦ green 99 ◦ blue 64

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

Shades of Yellow Metal #796340

Tints of Yellow Metal #796340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.86%

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

R = 42.61%
G = 34.86%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#796340 (or 0x796340) is known color: Yellow Metal. HEX triplet: 79, 63 and 40. RGB value is (121,99,64). Sum of RGB (Red+Green+Blue) = 121+99+64=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #796340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796340 is #869CBF. Grayscale: #656565. Windows color (decimal): -8821952 or 4219769. OLE color: 4219769.

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

Color convert

RGB 121 99 64 -
CMYK 0 0.18 0.47 0.53
HSL 36.84º 0.31% 0.36% -
HSV(B) 36.84º 0.47% 0.47% -
XYZ 13.27 13.36 6.73 -
YUV 101.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 121 99 64 0 0.18 0.47 0.53 36.84 0.31 0.36
Hex 79 63 40 0 12 2F 35 25 1F 24
Octal 171 143 100 0 22 57 65 45 37 44
Binary 1111001 1100011 1000000 0 10010 101111 110101 100101 11111 100100

Color Harmonies of #796340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796340

Black with #796340

Text Example


Text Example

White with #796340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796340; }

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

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

background-color css

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

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

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

border-color css

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

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

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