#746618

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

Shades of Yukon Gold #746618

Tints of Yukon Gold #746618

Color information

#746618 (or 0x746618) is unknown color: approx Yukon Gold. HEX triplet: 74, 66 and 18. RGB value is (116,102,24). Sum of RGB (Red+Green+Blue) = 116+102+24=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #746618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746618 is #8B99E7. Grayscale: #616161. Windows color (decimal): -9148904 or 1599092. OLE color: 1599092.

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

Color convert

RGB11610224-
CMYK00.120.790.55
HSL50.87º65.71%27.45%-
HSV(B)50.87º79.31%45.49%-
XYZ12.1213.282.79-
YUV97.2986.64141.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.93%
GREEN value IS 102 (40.23% from 255) = 42.15%
BLUE value IS 24 (9.77% from 255) = 9.92%
R=47.93%
G=42.15%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161022400.120.790.5550.8765.7127.45
Hex7466180C4F3733421b
Octal16414630014117676310233
Binary1110100110011011000011001001111110111110011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746618; }

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

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

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

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

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

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

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

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