#796925

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

Shades of Yukon Gold #796925

Tints of Yukon Gold #796925

Color information

#796925 (or 0x796925) is unknown color: approx Yukon Gold. HEX triplet: 79, 69 and 25. RGB value is (121,105,37). Sum of RGB (Red+Green+Blue) = 121+105+37=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #796925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796925 is #8696DA. Grayscale: #666666. Windows color (decimal): -8820443 or 2451833. OLE color: 2451833.

HSL color Cylindrical-coordinate representation of color #796925: hue angle of 48.57º 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 #796925 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB12110537-
CMYK00.130.690.53
HSL48.57º53.16%30.98%-
HSV(B)48.57º69.42%47.45%-
XYZ13.2714.33.81-
YUV102.0391.3141.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.01%
GREEN value IS 105 (41.41% from 255) = 39.92%
BLUE value IS 37 (14.84% from 255) = 14.07%
R=46.01%
G=39.92%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211053700.130.690.5348.5753.1630.98
Hex7969250D453531351f
Octal1711514501510565616537
Binary1111001110100110010101101100010111010111000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796925; }

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

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

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

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

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

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

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

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