#79683A

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

Shades of Yellow Metal #79683A

Tints of Yellow Metal #79683A

Color information

#79683A (or 0x79683A) is unknown color: approx Yellow Metal. HEX triplet: 79, 68 and 3A. RGB value is (121,104,58). Sum of RGB (Red+Green+Blue) = 121+104+58=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 121 - color contains mainly: red. Hex color #79683A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79683A is #8697C5. Grayscale: #686868. Windows color (decimal): -8820678 or 3827833. OLE color: 3827833.

HSL color Cylindrical-coordinate representation of color #79683A: hue angle of 43.81º 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 #79683A is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB12110458-
CMYK00.140.520.53
HSL43.81º35.2%35.1%-
HSV(B)43.81º52.07%47.45%-
XYZ13.614.276.04-
YUV103.84102.13140.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.76%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 58 (23.05% from 255) = 20.49%
R=42.76%
G=36.75%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211045800.140.520.5343.8135.235.1
Hex79683A0E34352c2323
Octal171150720166465544343
Binary1111001110100011101001110110100110101101100100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79683A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79683A; }

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

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

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

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

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

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

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

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