#7E6928

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

Shades of Yukon Gold #7E6928

Tints of Yukon Gold #7E6928

Color information

#7E6928 (or 0x7E6928) is unknown color: approx Yukon Gold. HEX triplet: 7E, 69 and 28. RGB value is (126,105,40). Sum of RGB (Red+Green+Blue) = 126+105+40=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6928 is #8196D7. Grayscale: #686868. Windows color (decimal): -8492760 or 2648446. OLE color: 2648446.

HSL color Cylindrical-coordinate representation of color #7E6928: hue angle of 45.35º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E6928 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB12610540-
CMYK00.170.680.51
HSL45.35º51.81%32.55%-
HSV(B)45.35º68.25%49.41%-
XYZ14.0414.694.1-
YUV103.8791.96143.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.49%
GREEN value IS 105 (41.41% from 255) = 38.75%
BLUE value IS 40 (16.02% from 255) = 14.76%
R=46.49%
G=38.75%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261054000.170.680.5145.3551.8132.55
Hex7E692801144332d3421
Octal1761515002110463556441
Binary111111011010011010000100011000100110011101101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E6928; }

 p { color: rgb(126,105,40); }

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

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

 a { background-color: rgb(126,105,40); }

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

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

 span { border-color: rgb(126,105,40); }

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