#765E20

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

Shades of Yukon Gold #765E20

Tints of Yukon Gold #765E20

Color information

#765E20 (or 0x765E20) is unknown color: approx Yukon Gold. HEX triplet: 76, 5E and 20. RGB value is (118,94,32). Sum of RGB (Red+Green+Blue) = 118+94+32=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #765E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765E20 is #89A1DF. Grayscale: #5E5E5E. Windows color (decimal): -9019872 or 2121334. OLE color: 2121334.

HSL color Cylindrical-coordinate representation of color #765E20: hue angle of 43.26º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #765E20 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB1189432-
CMYK00.200.730.54
HSL43.26º57.33%29.41%-
HSV(B)43.26º72.88%46.27%-
XYZ11.7311.963.06-
YUV94.1192.95145.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 94 (37.11% from 255) = 38.52%
BLUE value IS 32 (12.89% from 255) = 13.11%
R=48.36%
G=38.52%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118943200.200.730.5443.2657.3329.41
Hex765E2001449362b391d
Octal1661364002411166537135
Binary11101101011110100000010100100100111011010101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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