Html Css Color HEX #796A3B Yellow Metal

📋 copy color: '#796A3B'

red 121 ◦ green 106 ◦ blue 59

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

Shades of Yellow Metal #796A3B

Tints of Yellow Metal #796A3B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.06%

 BLUE value IS 59 (23.44% from 255) = 20.63%

R = 42.31%
G = 37.06%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#796A3B (or 0x796A3B) is known color: Yellow Metal. HEX triplet: 79, 6A and 3B. RGB value is (121,106,59). Sum of RGB (Red+Green+Blue) = 121+106+59=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #796A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796A3B is #8695C4. Grayscale: #696969. Windows color (decimal): -8820165 or 3893881. OLE color: 3893881.

HSL color Cylindrical-coordinate representation of color #796A3B: hue angle of 45.48º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #796A3B is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 106 59 -
CMYK 0 0.12 0.51 0.53
HSL 45.48º 0.34% 0.35% -
HSV(B) 45.48º 0.51% 0.47% -
XYZ 13.83 14.69 6.24 -
YUV 105.13 101.97 139.32 -
System Red Green Blue C M Y K H S L
Decimal 121 106 59 0 0.12 0.51 0.53 45.48 0.34 0.35
Hex 79 6A 3B 0 C 33 35 2D 22 23
Octal 171 152 73 0 14 63 65 55 42 43
Binary 1111001 1101010 111011 0 1100 110011 110101 101101 100010 100011

Color Harmonies of #796A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796A3B

Black with #796A3B

Text Example


Text Example

White with #796A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796A3B; }

 p { color: rgb(121,106,59); }

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

background-color css

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

 a { background-color: rgb(121,106,59); }

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

border-color css

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

 span { border-color: rgb(121,106,59); }

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