#766412

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

Shades of Yukon Gold #766412

Tints of Yukon Gold #766412

Color information

#766412 (or 0x766412) is unknown color: approx Yukon Gold. HEX triplet: 76, 64 and 12. RGB value is (118,100,18). Sum of RGB (Red+Green+Blue) = 118+100+18=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #766412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766412 is #899BED. Grayscale: #606060. Windows color (decimal): -9018350 or 1205366. OLE color: 1205366.

HSL color Cylindrical-coordinate representation of color #766412: hue angle of 49.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #766412 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB11810018-
CMYK00.150.850.54
HSL49.2º73.53%26.67%-
HSV(B)49.2º84.75%46.27%-
XYZ12.1413.012.44-
YUV96.0383.96143.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 100 (39.45% from 255) = 42.37%
BLUE value IS 18 (7.42% from 255) = 7.63%
R=50%
G=42.37%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181001800.150.850.5449.273.5326.67
Hex7664120F5536314a1b
Octal16614422017125666111233
Binary1110110110010010010011111010101110110110001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766412; }

 p { color: rgb(118,100,18); }

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

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

 a { background-color: rgb(118,100,18); }

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

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

 span { border-color: rgb(118,100,18); }

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