#746811

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

Shades of Yukon Gold #746811

Tints of Yukon Gold #746811

Color information

#746811 (or 0x746811) is unknown color: approx Yukon Gold. HEX triplet: 74, 68 and 11. RGB value is (116,104,17). Sum of RGB (Red+Green+Blue) = 116+104+17=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #746811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746811 is #8B97EE. Grayscale: #626262. Windows color (decimal): -9148399 or 1140852. OLE color: 1140852.

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

Color convert

RGB11610417-
CMYK00.100.850.55
HSL52.73º74.44%26.08%-
HSV(B)52.73º85.34%45.49%-
XYZ12.2513.652.52-
YUV97.6782.48141.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 104 (41.02% from 255) = 43.88%
BLUE value IS 17 (7.03% from 255) = 7.17%
R=48.95%
G=43.88%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161041700.100.850.5552.7374.4426.08
Hex7468110A5537354a1a
Octal16415021012125676511232
Binary1110100110100010001010101010101110111110101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746811; }

 p { color: rgb(116,104,17); }

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

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

 a { background-color: rgb(116,104,17); }

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

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

 span { border-color: rgb(116,104,17); }

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