Html Css Color HEX #796A3C Yellow Metal

📋 copy color: '#796A3C'

red 121 ◦ green 106 ◦ blue 60

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

Shades of Yellow Metal #796A3C

Tints of Yellow Metal #796A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.91%

R = 42.16%
G = 36.93%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#796A3C (or 0x796A3C) is known color: Yellow Metal. HEX triplet: 79, 6A and 3C. RGB value is (121,106,60). Sum of RGB (Red+Green+Blue) = 121+106+60=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #796A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796A3C is #8695C3. Grayscale: #696969. Windows color (decimal): -8820164 or 3959417. OLE color: 3959417.

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

Color convert

RGB 121 106 60 -
CMYK 0 0.12 0.50 0.53
HSL 45.25º 0.34% 0.35% -
HSV(B) 45.25º 0.5% 0.47% -
XYZ 13.85 14.7 6.38 -
YUV 105.24 102.47 139.24 -
System Red Green Blue C M Y K H S L
Decimal 121 106 60 0 0.12 0.50 0.53 45.25 0.34 0.35
Hex 79 6A 3C 0 C 32 35 2D 22 23
Octal 171 152 74 0 14 62 65 55 42 43
Binary 1111001 1101010 111100 0 1100 110010 110101 101101 100010 100011

Color Harmonies of #796A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796A3C

Black with #796A3C

Text Example


Text Example

White with #796A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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