#7E671A

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

Shades of Yukon Gold #7E671A

Tints of Yukon Gold #7E671A

Color information

#7E671A (or 0x7E671A) is unknown color: approx Yukon Gold. HEX triplet: 7E, 67 and 1A. RGB value is (126,103,26). Sum of RGB (Red+Green+Blue) = 126+103+26=255 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.41% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 126 - color contains mainly: red. Hex color #7E671A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E671A is #8198E5. Grayscale: #656565. Windows color (decimal): -8493286 or 1730430. OLE color: 1730430.

HSL color Cylindrical-coordinate representation of color #7E671A: hue angle of 46.2º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E671A is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB12610326-
CMYK00.180.790.51
HSL46.2º65.79%29.8%-
HSV(B)46.2º79.37%49.41%-
XYZ13.6414.213-
YUV101.185.62145.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 49.41%
GREEN value IS 103 (40.62% from 255) = 40.39%
BLUE value IS 26 (10.55% from 255) = 10.20%
R=49.41%
G=40.39%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261032600.180.790.5146.265.7929.8
Hex7E671A0124F332e421e
Octal17614732022117635610236
Binary11111101100111110100100101001111110011101110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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