#7F600F

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

Shades of Yukon Gold #7F600F

Tints of Yukon Gold #7F600F

Color information

#7F600F (or 0x7F600F) is unknown color: approx Yukon Gold. HEX triplet: 7F, 60 and 0F. RGB value is (127,96,15). Sum of RGB (Red+Green+Blue) = 127+96+15=238 (31% of max value = 765). Red value is 127 (50% from 255 or 53.36% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 127 - color contains mainly: red. Hex color #7F600F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F600F is #809FF0. Grayscale: #606060. Windows color (decimal): -8429553 or 1007743. OLE color: 1007743.

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

Color convert

RGB1279615-
CMYK00.240.880.50
HSL43.39º78.87%27.84%-
HSV(B)43.39º88.19%49.8%-
XYZ13.0212.912.26-
YUV96.0382.27150.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.36%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 15 (6.25% from 255) = 6.30%
R=53.36%
G=40.34%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127961500.240.880.5043.3978.8727.84
Hex7F60F01858322b4f1c
Octal17714017030130625311734
Binary1111111110000011110110001011000110010101011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F600F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,96,15); }

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

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

 a { background-color: rgb(127,96,15); }

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

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

 span { border-color: rgb(127,96,15); }

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