#7F6E19

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

Shades of Yukon Gold #7F6E19

Tints of Yukon Gold #7F6E19

Color information

#7F6E19 (or 0x7F6E19) is unknown color: approx Yukon Gold. HEX triplet: 7F, 6E and 19. RGB value is (127,110,25). Sum of RGB (Red+Green+Blue) = 127+110+25=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6E19 is #8091E6. Grayscale: #696969. Windows color (decimal): -8425959 or 1666687. OLE color: 1666687.

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

Color convert

RGB12711025-
CMYK00.130.800.50
HSL50º67.11%29.8%-
HSV(B)50º80.31%49.8%-
XYZ14.515.733.19-
YUV105.3982.63143.41-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.47%
GREEN value IS 110 (43.36% from 255) = 41.98%
BLUE value IS 25 (10.16% from 255) = 9.54%
R=48.47%
G=41.98%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271102500.130.800.505067.1129.8
Hex7F6E190D503232431e
Octal17715631015120626210336
Binary1111111110111011001011011010000110010110010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,110,25); }

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

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

 a { background-color: rgb(127,110,25); }

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

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

 span { border-color: rgb(127,110,25); }

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