#765F1A

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

Shades of Yukon Gold #765F1A

Tints of Yukon Gold #765F1A

Color information

#765F1A (or 0x765F1A) is unknown color: approx Yukon Gold. HEX triplet: 76, 5F and 1A. RGB value is (118,95,26). Sum of RGB (Red+Green+Blue) = 118+95+26=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #765F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765F1A is #89A0E5. Grayscale: #5E5E5E. Windows color (decimal): -9019622 or 1728374. OLE color: 1728374.

HSL color Cylindrical-coordinate representation of color #765F1A: hue angle of 45º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #765F1A is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1189526-
CMYK00.190.780.54
HSL45º63.89%28.24%-
HSV(B)45º77.97%46.27%-
XYZ11.7512.112.7-
YUV94.0189.62145.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 95 (37.5% from 255) = 39.75%
BLUE value IS 26 (10.55% from 255) = 10.88%
R=49.37%
G=39.75%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118952600.190.780.544563.8928.24
Hex765F1A0134E362d401c
Octal16613732023116665510034
Binary11101101011111110100100111001110110110101101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,95,26); }

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

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

 a { background-color: rgb(118,95,26); }

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

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

 span { border-color: rgb(118,95,26); }

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