#766A12

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

Shades of Yukon Gold #766A12

Tints of Yukon Gold #766A12

Color information

#766A12 (or 0x766A12) is unknown color: approx Yukon Gold. HEX triplet: 76, 6A and 12. RGB value is (118,106,18). Sum of RGB (Red+Green+Blue) = 118+106+18=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #766A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766A12 is #8995ED. Grayscale: #636363. Windows color (decimal): -9016814 or 1206902. OLE color: 1206902.

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

Color convert

RGB11810618-
CMYK00.100.850.54
HSL52.8º73.53%26.67%-
HSV(B)52.8º84.75%46.27%-
XYZ12.7314.22.64-
YUV99.5681.98141.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.76%
GREEN value IS 106 (41.80% from 255) = 43.80%
BLUE value IS 18 (7.42% from 255) = 7.44%
R=48.76%
G=43.80%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181061800.100.850.5452.873.5326.67
Hex766A120A5536354a1b
Octal16615222012125666511233
Binary1110110110101010010010101010101110110110101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766A12; }

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

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

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

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

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

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

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

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