#765E10

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

Shades of Yukon Gold #765E10

Tints of Yukon Gold #765E10

Color information

#765E10 (or 0x765E10) is unknown color: approx Yukon Gold. HEX triplet: 76, 5E and 10. RGB value is (118,94,16). Sum of RGB (Red+Green+Blue) = 118+94+16=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #765E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765E10 is #89A1EF. Grayscale: #5C5C5C. Windows color (decimal): -9019888 or 1072758. OLE color: 1072758.

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

Color convert

RGB1189416-
CMYK00.200.860.54
HSL45.88º76.12%26.27%-
HSV(B)45.88º86.44%46.27%-
XYZ11.5711.892.18-
YUV92.2884.95146.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 94 (37.11% from 255) = 41.23%
BLUE value IS 16 (6.64% from 255) = 7.02%
R=51.75%
G=41.23%
B=7.02%

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
Decimal118941600.200.860.5445.8876.1226.27
Hex765E1001456362e4c1a
Octal16613620024126665611432
Binary11101101011110100000101001010110110110101110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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