#7F692A

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

Shades of Yukon Gold #7F692A

Tints of Yukon Gold #7F692A

Color information

#7F692A (or 0x7F692A) is unknown color: approx Yukon Gold. HEX triplet: 7F, 69 and 2A. RGB value is (127,105,42). Sum of RGB (Red+Green+Blue) = 127+105+42=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 127 - color contains mainly: red. Hex color #7F692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F692A is #8096D5. Grayscale: #686868. Windows color (decimal): -8427222 or 2779519. OLE color: 2779519.

HSL color Cylindrical-coordinate representation of color #7F692A: hue angle of 44.47º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F692A is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB12710542-
CMYK00.170.670.50
HSL44.47º50.3%33.14%-
HSV(B)44.47º66.93%49.8%-
XYZ14.2214.784.29-
YUV104.492.79144.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.35%
GREEN value IS 105 (41.41% from 255) = 38.32%
BLUE value IS 42 (16.80% from 255) = 15.33%
R=46.35%
G=38.32%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271054200.170.670.5044.4750.333.14
Hex7F692A01143322c3221
Octal1771515202110362546241
Binary111111111010011010100100011000011110010101100110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F692A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,105,42); }

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

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

 a { background-color: rgb(127,105,42); }

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

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

 span { border-color: rgb(127,105,42); }

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