#7f621e

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

Shades of Yukon Gold #7F621E

Tints of Yukon Gold #7F621E

Color information

#7F621E (or 0x7F621E) is unknown color: approx Yukon Gold. HEX triplet: 7F, 62 and 1E. RGB value is (127,98,30). Sum of RGB (Red+Green+Blue) = 127+98+30=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F621E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F621E is #809DE1. Grayscale: #636363. Windows color (decimal): -8429026 or 1991295. OLE color: 1991295.

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

Color convert

RGB1279830-
CMYK00.230.760.50
HSL42.06º61.78%30.78%-
HSV(B)42.06º76.38%49.8%-
XYZ13.3513.343.1-
YUV98.9289.11148.03-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.80%
GREEN value IS 98 (38.67% from 255) = 38.43%
BLUE value IS 30 (12.11% from 255) = 11.76%
R=49.80%
G=38.43%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127983000.230.760.5042.0661.7830.78
Hex7F621E0174C322a3e1f
Octal1771423602711462527637
Binary1111111110001011110010111100110011001010101011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f621e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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