#7E6728

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

Shades of Yukon Gold #7E6728

Tints of Yukon Gold #7E6728

Color information

#7E6728 (or 0x7E6728) is unknown color: approx Yukon Gold. HEX triplet: 7E, 67 and 28. RGB value is (126,103,40). Sum of RGB (Red+Green+Blue) = 126+103+40=269 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.84% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6728 is #8198D7. Grayscale: #666666. Windows color (decimal): -8493272 or 2647934. OLE color: 2647934.

HSL color Cylindrical-coordinate representation of color #7E6728: hue angle of 43.95º 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 #7E6728 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB12610340-
CMYK00.180.680.51
HSL43.95º51.81%32.55%-
HSV(B)43.95º68.25%49.41%-
XYZ13.8414.294.04-
YUV102.792.62144.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.84%
GREEN value IS 103 (40.62% from 255) = 38.29%
BLUE value IS 40 (16.02% from 255) = 14.87%
R=46.84%
G=38.29%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261034000.180.680.5143.9551.8132.55
Hex7E672801244332c3421
Octal1761475002210463546441
Binary111111011001111010000100101000100110011101100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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