#796425

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

Shades of Yukon Gold #796425

Tints of Yukon Gold #796425

Color information

#796425 (or 0x796425) is unknown color: approx Yukon Gold. HEX triplet: 79, 64 and 25. RGB value is (121,100,37). Sum of RGB (Red+Green+Blue) = 121+100+37=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 121 - color contains mainly: red. Hex color #796425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796425 is #869BDA. Grayscale: #636363. Windows color (decimal): -8821723 or 2450553. OLE color: 2450553.

HSL color Cylindrical-coordinate representation of color #796425: hue angle of 45º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #796425 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB12110037-
CMYK00.170.690.53
HSL45º53.16%30.98%-
HSV(B)45º69.42%47.45%-
XYZ12.7813.313.65-
YUV99.192.96143.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.90%
GREEN value IS 100 (39.45% from 255) = 38.76%
BLUE value IS 37 (14.84% from 255) = 14.34%
R=46.90%
G=38.76%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211003700.170.690.534553.1630.98
Hex79642501145352d351f
Octal1711444502110565556537
Binary11110011100100100101010001100010111010110110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796425; }

 p { color: rgb(121,100,37); }

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

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

 a { background-color: rgb(121,100,37); }

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

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

 span { border-color: rgb(121,100,37); }

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