#7F650F

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

Shades of Yukon Gold #7F650F

Tints of Yukon Gold #7F650F

Color information

#7F650F (or 0x7F650F) is unknown color: approx Yukon Gold. HEX triplet: 7F, 65 and 0F. RGB value is (127,101,15). Sum of RGB (Red+Green+Blue) = 127+101+15=243 (32% of max value = 765). Red value is 127 (50% from 255 or 52.26% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 127 - color contains mainly: red. Hex color #7F650F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F650F is #809AF0. Grayscale: #636363. Windows color (decimal): -8428273 or 1009023. OLE color: 1009023.

HSL color Cylindrical-coordinate representation of color #7F650F: hue angle of 46.07º 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 #7F650F is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB12710115-
CMYK00.200.880.50
HSL46.07º78.87%27.84%-
HSV(B)46.07º88.19%49.8%-
XYZ13.4913.852.41-
YUV98.9780.61147.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.26%
GREEN value IS 101 (39.84% from 255) = 41.56%
BLUE value IS 15 (6.25% from 255) = 6.17%
R=52.26%
G=41.56%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271011500.200.880.5046.0778.8727.84
Hex7F65F01458322e4f1c
Octal17714517024130625611734
Binary1111111110010111110101001011000110010101110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F650F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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