#7F620A

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

Shades of Yukon Gold #7F620A

Tints of Yukon Gold #7F620A

Color information

#7F620A (or 0x7F620A) is unknown color: approx Yukon Gold. HEX triplet: 7F, 62 and 0A. RGB value is (127,98,10). Sum of RGB (Red+Green+Blue) = 127+98+10=235 (31% of max value = 765). Red value is 127 (50% from 255 or 54.04% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 127 - color contains mainly: red. Hex color #7F620A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F620A is #809DF5. Grayscale: #616161. Windows color (decimal): -8429046 or 680575. OLE color: 680575.

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

Color convert

RGB1279810-
CMYK00.230.920.50
HSL45.13º85.4%26.86%-
HSV(B)45.13º92.13%49.8%-
XYZ13.1713.272.15-
YUV96.6479.11149.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 54.04%
GREEN value IS 98 (38.67% from 255) = 41.70%
BLUE value IS 10 (4.30% from 255) = 4.26%
R=54.04%
G=41.70%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.92
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127981000.230.920.5045.1385.426.86
Hex7F62A0175C322d551b
Octal17714212027134625512533
Binary1111111110001010100101111011100110010101101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F620A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,98,10); }

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

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

 a { background-color: rgb(127,98,10); }

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

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

 span { border-color: rgb(127,98,10); }

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