#766712

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

Shades of Yukon Gold #766712

Tints of Yukon Gold #766712

Color information

#766712 (or 0x766712) is unknown color: approx Yukon Gold. HEX triplet: 76, 67 and 12. RGB value is (118,103,18). Sum of RGB (Red+Green+Blue) = 118+103+18=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #766712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766712 is #8998ED. Grayscale: #626262. Windows color (decimal): -9017582 or 1206134. OLE color: 1206134.

HSL color Cylindrical-coordinate representation of color #766712: hue angle of 51º 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 #766712 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB11810318-
CMYK00.130.850.54
HSL51º73.53%26.67%-
HSV(B)51º84.75%46.27%-
XYZ12.4313.62.54-
YUV97.882.97142.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 103 (40.62% from 255) = 43.10%
BLUE value IS 18 (7.42% from 255) = 7.53%
R=49.37%
G=43.10%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181031800.130.850.545173.5326.67
Hex7667120D5536334a1b
Octal16614722015125666311233
Binary1110110110011110010011011010101110110110011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766712; }

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

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

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

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

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

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

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

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