#765D18

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

Shades of Yukon Gold #765D18

Tints of Yukon Gold #765D18

Color information

#765D18 (or 0x765D18) is unknown color: approx Yukon Gold. HEX triplet: 76, 5D and 18. RGB value is (118,93,24). Sum of RGB (Red+Green+Blue) = 118+93+24=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #765D18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765D18 is #89A2E7. Grayscale: #5C5C5C. Windows color (decimal): -9020136 or 1596790. OLE color: 1596790.

HSL color Cylindrical-coordinate representation of color #765D18: hue angle of 44.04º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #765D18 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB1189324-
CMYK00.210.800.54
HSL44.04º66.2%27.84%-
HSV(B)44.04º79.66%46.27%-
XYZ11.5511.752.52-
YUV92.6189.28146.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 93 (36.72% from 255) = 39.57%
BLUE value IS 24 (9.77% from 255) = 10.21%
R=50.21%
G=39.57%
B=10.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118932400.210.800.5444.0466.227.84
Hex765D1801550362c421c
Octal16613530025120665410234
Binary11101101011101110000101011010000110110101100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,93,24); }

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

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

 a { background-color: rgb(118,93,24); }

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

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

 span { border-color: rgb(118,93,24); }

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