#7F6115

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

Shades of Yukon Gold #7F6115

Tints of Yukon Gold #7F6115

Color information

#7F6115 (or 0x7F6115) is unknown color: approx Yukon Gold. HEX triplet: 7F, 61 and 15. RGB value is (127,97,21). Sum of RGB (Red+Green+Blue) = 127+97+21=245 (32% of max value = 765). Red value is 127 (50% from 255 or 51.84% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6115 is #809EEA. Grayscale: #616161. Windows color (decimal): -8429291 or 1401215. OLE color: 1401215.

HSL color Cylindrical-coordinate representation of color #7F6115: hue angle of 43.02º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F6115 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB1279721-
CMYK00.240.830.50
HSL43.02º71.62%29.02%-
HSV(B)43.02º83.46%49.8%-
XYZ13.1613.122.55-
YUV97.3184.94149.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.84%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 21 (8.59% from 255) = 8.57%
R=51.84%
G=39.59%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127972100.240.830.5043.0271.6229.02
Hex7F611501853322b481d
Octal17714125030123625311035
Binary11111111100001101010110001010011110010101011100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,97,21); }

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

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

 a { background-color: rgb(127,97,21); }

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

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

 span { border-color: rgb(127,97,21); }

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