#7F6805

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

Shades of Yukon Gold #7F6805

Tints of Yukon Gold #7F6805

Color information

#7F6805 (or 0x7F6805) is unknown color: approx Yukon Gold. HEX triplet: 7F, 68 and 05. RGB value is (127,104,5). Sum of RGB (Red+Green+Blue) = 127+104+5=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6805 is #8097FA. Grayscale: #646464. Windows color (decimal): -8427515 or 354431. OLE color: 354431.

HSL color Cylindrical-coordinate representation of color #7F6805: hue angle of 48.69º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F6805 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB1271045-
CMYK00.180.960.50
HSL48.69º92.42%25.88%-
HSV(B)48.69º96.06%49.8%-
XYZ13.7314.422.2-
YUV99.5974.62147.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.81%
GREEN value IS 104 (41.02% from 255) = 44.07%
BLUE value IS 5 (2.34% from 255) = 2.12%
R=53.81%
G=44.07%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127104500.180.960.5048.6992.4225.88
Hex7F6850126032315c1a
Octal1771505022140626113432
Binary111111111010001010100101100000110010110001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,104,5); }

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

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

 a { background-color: rgb(127,104,5); }

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

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

 span { border-color: rgb(127,104,5); }

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