#765E11

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

Shades of Yukon Gold #765E11

Tints of Yukon Gold #765E11

Color information

#765E11 (or 0x765E11) is unknown color: approx Yukon Gold. HEX triplet: 76, 5E and 11. RGB value is (118,94,17). Sum of RGB (Red+Green+Blue) = 118+94+17=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #765E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765E11 is #89A1EE. Grayscale: #5C5C5C. Windows color (decimal): -9019887 or 1138294. OLE color: 1138294.

HSL color Cylindrical-coordinate representation of color #765E11: hue angle of 45.74º 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 #765E11 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1189417-
CMYK00.200.860.54
HSL45.74º74.81%26.47%-
HSV(B)45.74º85.59%46.27%-
XYZ11.5811.92.22-
YUV92.485.45146.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.53%
GREEN value IS 94 (37.11% from 255) = 41.05%
BLUE value IS 17 (7.03% from 255) = 7.42%
R=51.53%
G=41.05%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118941700.200.860.5445.7474.8126.47
Hex765E1101456362e4b1a
Octal16613621024126665611332
Binary11101101011110100010101001010110110110101110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765E11; }

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

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

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

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

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

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

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

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