#766B11

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

Shades of Yukon Gold #766B11

Tints of Yukon Gold #766B11

Color information

#766B11 (or 0x766B11) is unknown color: approx Yukon Gold. HEX triplet: 76, 6B and 11. RGB value is (118,107,17). Sum of RGB (Red+Green+Blue) = 118+107+17=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #766B11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766B11 is #8994EE. Grayscale: #646464. Windows color (decimal): -9016559 or 1141622. OLE color: 1141622.

HSL color Cylindrical-coordinate representation of color #766B11: hue angle of 53.47º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #766B11 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB11810717-
CMYK00.090.860.54
HSL53.47º74.81%26.47%-
HSV(B)53.47º85.59%46.27%-
XYZ12.8314.412.64-
YUV100.0381.14140.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.76%
GREEN value IS 107 (42.19% from 255) = 44.21%
BLUE value IS 17 (7.03% from 255) = 7.02%
R=48.76%
G=44.21%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181071700.090.860.5453.4774.8126.47
Hex766B11095636354b1a
Octal16615321011126666511332
Binary1110110110101110001010011010110110110110101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,107,17); }

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

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

 a { background-color: rgb(118,107,17); }

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

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

 span { border-color: rgb(118,107,17); }

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