#746A0E

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

Shades of Yukon Gold #746A0E

Tints of Yukon Gold #746A0E

Color information

#746A0E (or 0x746A0E) is unknown color: approx Yukon Gold. HEX triplet: 74, 6A and 0E. RGB value is (116,106,14). Sum of RGB (Red+Green+Blue) = 116+106+14=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #746A0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746A0E is #8B95F1. Grayscale: #626262. Windows color (decimal): -9147890 or 944756. OLE color: 944756.

HSL color Cylindrical-coordinate representation of color #746A0E: hue angle of 54.12º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #746A0E is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB11610614-
CMYK00.090.880.55
HSL54.12º78.46%25.49%-
HSV(B)54.12º87.93%45.49%-
XYZ12.4414.052.47-
YUV98.580.31140.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.15%
GREEN value IS 106 (41.80% from 255) = 44.92%
BLUE value IS 14 (5.86% from 255) = 5.93%
R=49.15%
G=44.92%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161061400.090.880.5554.1278.4625.49
Hex746AE095837364e19
Octal16415216011130676611631
Binary111010011010101110010011011000110111110110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746A0E; }

 p { color: rgb(116,106,14); }

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

<style>
 a { background-color: #746A0E; }

 a { background-color: rgb(116,106,14); }

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

<style>
 span { border-color: #746A0E; }

 span { border-color: rgb(116,106,14); }

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