#7F6118

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

Shades of Yukon Gold #7F6118

Tints of Yukon Gold #7F6118

Color information

#7F6118 (or 0x7F6118) is unknown color: approx Yukon Gold. HEX triplet: 7F, 61 and 18. RGB value is (127,97,24). Sum of RGB (Red+Green+Blue) = 127+97+24=248 (32% of max value = 765). Red value is 127 (50% from 255 or 51.21% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6118 is #809EE7. Grayscale: #616161. Windows color (decimal): -8429288 or 1597823. OLE color: 1597823.

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

Color convert

RGB1279724-
CMYK00.240.810.50
HSL42.52º68.21%29.61%-
HSV(B)42.52º81.1%49.8%-
XYZ13.1913.132.7-
YUV97.6586.44148.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.21%
GREEN value IS 97 (38.28% from 255) = 39.11%
BLUE value IS 24 (9.77% from 255) = 9.68%
R=51.21%
G=39.11%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127972400.240.810.5042.5268.2129.61
Hex7F611801851322b441e
Octal17714130030121625310436
Binary11111111100001110000110001010001110010101011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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