#7E672C

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

Shades of Yukon Gold #7E672C

Tints of Yukon Gold #7E672C

Color information

#7E672C (or 0x7E672C) is unknown color: approx Yukon Gold. HEX triplet: 7E, 67 and 2C. RGB value is (126,103,44). Sum of RGB (Red+Green+Blue) = 126+103+44=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 126 - color contains mainly: red. Hex color #7E672C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E672C is #8198D3. Grayscale: #676767. Windows color (decimal): -8493268 or 2910078. OLE color: 2910078.

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

Color convert

RGB12610344-
CMYK00.180.650.51
HSL43.17º48.24%33.33%-
HSV(B)43.17º65.08%49.41%-
XYZ13.9114.324.41-
YUV103.1594.62144.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.15%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 44 (17.58% from 255) = 16.12%
R=46.15%
G=37.73%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261034400.180.650.5143.1748.2433.33
Hex7E672C01241332b3021
Octal1761475402210163536041
Binary111111011001111011000100101000001110011101011110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E672C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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