#746210

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

Shades of Yukon Gold #746210

Tints of Yukon Gold #746210

Color information

#746210 (or 0x746210) is unknown color: approx Yukon Gold. HEX triplet: 74, 62 and 10. RGB value is (116,98,16). Sum of RGB (Red+Green+Blue) = 116+98+16=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #746210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746210 is #8B9DEF. Grayscale: #5E5E5E. Windows color (decimal): -9149936 or 1073780. OLE color: 1073780.

HSL color Cylindrical-coordinate representation of color #746210: hue angle of 49.2º 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 #746210 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1169816-
CMYK00.160.860.55
HSL49.2º75.76%25.88%-
HSV(B)49.2º86.21%45.49%-
XYZ11.6612.492.29-
YUV94.0383.96143.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.43%
GREEN value IS 98 (38.67% from 255) = 42.61%
BLUE value IS 16 (6.64% from 255) = 6.96%
R=50.43%
G=42.61%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116981600.160.860.5549.275.7625.88
Hex7462100105637314c1a
Octal16414220020126676111432
Binary11101001100010100000100001010110110111110001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746210; }

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

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

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

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

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

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

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

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