#766312

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

Shades of Yukon Gold #766312

Tints of Yukon Gold #766312

Color information

#766312 (or 0x766312) is unknown color: approx Yukon Gold. HEX triplet: 76, 63 and 12. RGB value is (118,99,18). Sum of RGB (Red+Green+Blue) = 118+99+18=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #766312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766312 is #899CED. Grayscale: #5F5F5F. Windows color (decimal): -9018606 or 1205110. OLE color: 1205110.

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

Color convert

RGB1189918-
CMYK00.160.850.54
HSL48.6º73.53%26.67%-
HSV(B)48.6º84.75%46.27%-
XYZ12.0412.822.41-
YUV95.4584.29144.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 99 (39.06% from 255) = 42.13%
BLUE value IS 18 (7.42% from 255) = 7.66%
R=50.21%
G=42.13%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118991800.160.850.5448.673.5326.67
Hex7663120105536314a1b
Octal16614322020125666111233
Binary11101101100011100100100001010101110110110001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766312; }

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

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

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

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

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

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

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

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