#746514

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

Shades of Yukon Gold #746514

Tints of Yukon Gold #746514

Color information

#746514 (or 0x746514) is unknown color: approx Yukon Gold. HEX triplet: 74, 65 and 14. RGB value is (116,101,20). Sum of RGB (Red+Green+Blue) = 116+101+20=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #746514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746514 is #8B9AEB. Grayscale: #606060. Windows color (decimal): -9149164 or 1336692. OLE color: 1336692.

HSL color Cylindrical-coordinate representation of color #746514: hue angle of 50.62º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #746514 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB11610120-
CMYK00.130.830.55
HSL50.62º70.59%26.67%-
HSV(B)50.62º82.76%45.49%-
XYZ11.9813.072.55-
YUV96.2584.97142.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 101 (39.84% from 255) = 42.62%
BLUE value IS 20 (8.20% from 255) = 8.44%
R=48.95%
G=42.62%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161012000.130.830.5550.6270.5926.67
Hex7465140D533733471b
Octal16414524015123676310733
Binary1110100110010110100011011010011110111110011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746514; }

 p { color: rgb(116,101,20); }

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

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

 a { background-color: rgb(116,101,20); }

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

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

 span { border-color: rgb(116,101,20); }

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