#7F611A

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

Shades of Yukon Gold #7F611A

Tints of Yukon Gold #7F611A

Color information

#7F611A (or 0x7F611A) is unknown color: approx Yukon Gold. HEX triplet: 7F, 61 and 1A. RGB value is (127,97,26). Sum of RGB (Red+Green+Blue) = 127+97+26=250 (33% of max value = 765). Red value is 127 (50% from 255 or 50.8% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 127 - color contains mainly: red. Hex color #7F611A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F611A is #809EE5. Grayscale: #626262. Windows color (decimal): -8429286 or 1728895. OLE color: 1728895.

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

Color convert

RGB1279726-
CMYK00.240.800.50
HSL42.18º66.01%30%-
HSV(B)42.18º79.53%49.8%-
XYZ13.2113.142.82-
YUV97.8887.44148.77-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.8%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 26 (10.55% from 255) = 10.4%
R=50.8%
G=38.8%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127972600.240.800.5042.1866.0130
Hex7F611A01850322a421e
Octal17714132030120625210236
Binary11111111100001110100110001010000110010101010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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