#7E6113

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

Shades of Yukon Gold #7E6113

Tints of Yukon Gold #7E6113

Color information

#7E6113 (or 0x7E6113) is unknown color: approx Yukon Gold. HEX triplet: 7E, 61 and 13. RGB value is (126,97,19). Sum of RGB (Red+Green+Blue) = 126+97+19=242 (32% of max value = 765). Red value is 126 (49.61% from 255 or 52.07% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6113 is #819EEC. Grayscale: #616161. Windows color (decimal): -8494829 or 1270142. OLE color: 1270142.

HSL color Cylindrical-coordinate representation of color #7E6113: hue angle of 43.74º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E6113 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB1269719-
CMYK00.230.850.51
HSL43.74º73.79%28.43%-
HSV(B)43.74º84.92%49.41%-
XYZ1313.032.45-
YUV96.7884.11148.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 52.07%
GREEN value IS 97 (38.28% from 255) = 40.08%
BLUE value IS 19 (7.81% from 255) = 7.85%
R=52.07%
G=40.08%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126971900.230.850.5143.7473.7928.43
Hex7E611301755332c4a1c
Octal17614123027125635411234
Binary11111101100001100110101111010101110011101100100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,97,19); }

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

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

 a { background-color: rgb(126,97,19); }

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

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

 span { border-color: rgb(126,97,19); }

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