#7E692C

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

Shades of Yukon Gold #7E692C

Tints of Yukon Gold #7E692C

Color information

#7E692C (or 0x7E692C) is unknown color: approx Yukon Gold. HEX triplet: 7E, 69 and 2C. RGB value is (126,105,44). Sum of RGB (Red+Green+Blue) = 126+105+44=275 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.82% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 126 - color contains mainly: red. Hex color #7E692C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E692C is #8196D3. Grayscale: #686868. Windows color (decimal): -8492756 or 2910590. OLE color: 2910590.

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

Color convert

RGB12610544-
CMYK00.170.650.51
HSL44.63º48.24%33.33%-
HSV(B)44.63º65.08%49.41%-
XYZ14.1114.724.48-
YUV104.3293.96143.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.82%
GREEN value IS 105 (41.41% from 255) = 38.18%
BLUE value IS 44 (17.58% from 255) = 16%
R=45.82%
G=38.18%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261054400.170.650.5144.6348.2433.33
Hex7E692C01141332d3021
Octal1761515402110163556041
Binary111111011010011011000100011000001110011101101110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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