#765E1F

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

Shades of Yukon Gold #765E1F

Tints of Yukon Gold #765E1F

Color information

#765E1F (or 0x765E1F) is unknown color: approx Yukon Gold. HEX triplet: 76, 5E and 1F. RGB value is (118,94,31). Sum of RGB (Red+Green+Blue) = 118+94+31=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #765E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765E1F is #89A1E0. Grayscale: #5E5E5E. Windows color (decimal): -9019873 or 2055798. OLE color: 2055798.

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

Color convert

RGB1189431-
CMYK00.200.740.54
HSL43.45º58.39%29.22%-
HSV(B)43.45º73.73%46.27%-
XYZ11.7211.962.99-
YUV93.9992.45145.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 94 (37.11% from 255) = 38.68%
BLUE value IS 31 (12.5% from 255) = 12.76%
R=48.56%
G=38.68%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118943100.200.740.5443.4558.3929.22
Hex765E1F0144A362b3a1d
Octal1661363702411266537235
Binary1110110101111011111010100100101011011010101111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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