#79690A

Color #79690A Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #79690A

Tints of Yukon Gold #79690A

Color information

#79690A (or 0x79690A) is unknown color: approx Yukon Gold. HEX triplet: 79, 69 and 0A. RGB value is (121,105,10). Sum of RGB (Red+Green+Blue) = 121+105+10=236 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.27% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 121 - color contains mainly: red. Hex color #79690A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79690A is #8696F5. Grayscale: #636363. Windows color (decimal): -8820470 or 682361. OLE color: 682361.

HSL color Cylindrical-coordinate representation of color #79690A: hue angle of 51.35º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #79690A is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB12110510-
CMYK00.130.920.53
HSL51.35º84.73%25.69%-
HSV(B)51.35º91.74%47.45%-
XYZ12.9914.192.34-
YUV98.9577.8143.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.27%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 10 (4.30% from 255) = 4.24%
R=51.27%
G=44.49%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211051000.130.920.5351.3584.7325.69
Hex7969A0D5C3533551a
Octal17115112015134656312532
Binary111100111010011010011011011100110101110011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79690A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,105,10); }

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

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

 a { background-color: rgb(121,105,10); }

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

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

 span { border-color: rgb(121,105,10); }

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