#746616

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

Shades of Yukon Gold #746616

Tints of Yukon Gold #746616

Color information

#746616 (or 0x746616) is unknown color: approx Yukon Gold. HEX triplet: 74, 66 and 16. RGB value is (116,102,22). Sum of RGB (Red+Green+Blue) = 116+102+22=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #746616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746616 is #8B99E9. Grayscale: #616161. Windows color (decimal): -9148906 or 1468020. OLE color: 1468020.

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

Color convert

RGB11610222-
CMYK00.120.810.55
HSL51.06º68.12%27.06%-
HSV(B)51.06º81.03%45.49%-
XYZ12.113.272.68-
YUV97.0785.64141.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.33%
GREEN value IS 102 (40.23% from 255) = 42.5%
BLUE value IS 22 (8.98% from 255) = 9.17%
R=48.33%
G=42.5%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161022200.120.810.5551.0668.1227.06
Hex7466160C513733441b
Octal16414626014121676310433
Binary1110100110011010110011001010001110111110011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746616; }

 p { color: rgb(116,102,22); }

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

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

 a { background-color: rgb(116,102,22); }

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

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

 span { border-color: rgb(116,102,22); }

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