#746910

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

Shades of Yukon Gold #746910

Tints of Yukon Gold #746910

Color information

#746910 (or 0x746910) is unknown color: approx Yukon Gold. HEX triplet: 74, 69 and 10. RGB value is (116,105,16). Sum of RGB (Red+Green+Blue) = 116+105+16=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #746910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746910 is #8B96EF. Grayscale: #626262. Windows color (decimal): -9148144 or 1075572. OLE color: 1075572.

HSL color Cylindrical-coordinate representation of color #746910: hue angle of 53.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #746910 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB11610516-
CMYK00.090.860.55
HSL53.4º75.76%25.88%-
HSV(B)53.4º86.21%45.49%-
XYZ12.3513.852.51-
YUV98.1481.64140.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 105 (41.41% from 255) = 44.30%
BLUE value IS 16 (6.64% from 255) = 6.75%
R=48.95%
G=44.30%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161051600.090.860.5553.475.7625.88
Hex746910095637354c1a
Octal16415120011126676511432
Binary1110100110100110000010011010110110111110101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746910; }

 p { color: rgb(116,105,16); }

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

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

 a { background-color: rgb(116,105,16); }

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

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

 span { border-color: rgb(116,105,16); }

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