#796C3A

Color #796C3A Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #796C3A

Tints of Yellow Metal #796C3A

Color information

#796C3A (or 0x796C3A) is unknown color: approx Yellow Metal. HEX triplet: 79, 6C and 3A. RGB value is (121,108,58). Sum of RGB (Red+Green+Blue) = 121+108+58=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #796C3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796C3A is #8693C5. Grayscale: #6A6A6A. Windows color (decimal): -8819654 or 3828857. OLE color: 3828857.

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

Color convert

RGB12110858-
CMYK00.110.520.53
HSL47.62º35.2%35.1%-
HSV(B)47.62º52.07%47.45%-
XYZ14.0115.16.18-
YUV106.19100.81138.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.16%
GREEN value IS 108 (42.58% from 255) = 37.63%
BLUE value IS 58 (23.05% from 255) = 20.21%
R=42.16%
G=37.63%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211085800.110.520.5347.6235.235.1
Hex796C3A0B3435302323
Octal171154720136465604343
Binary1111001110110011101001011110100110101110000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,108,58); }

 H1.HeaderClassName
 {
   color: #796C3A;
 }
 .AnyTagClassName
 {
   color: #796C3A;
 }
</style>
background-color css

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

 a { background-color: rgb(121,108,58); }

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

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

 span { border-color: rgb(121,108,58); }

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