#766018

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

Shades of Yukon Gold #766018

Tints of Yukon Gold #766018

Color information

#766018 (or 0x766018) is unknown color: approx Yukon Gold. HEX triplet: 76, 60 and 18. RGB value is (118,96,24). Sum of RGB (Red+Green+Blue) = 118+96+24=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #766018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766018 is #899FE7. Grayscale: #5E5E5E. Windows color (decimal): -9019368 or 1597558. OLE color: 1597558.

HSL color Cylindrical-coordinate representation of color #766018: hue angle of 45.96º 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 #766018 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB1189624-
CMYK00.190.800.54
HSL45.96º66.2%27.84%-
HSV(B)45.96º79.66%46.27%-
XYZ11.8212.282.61-
YUV94.3788.29144.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 24 (9.77% from 255) = 10.08%
R=49.58%
G=40.34%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118962400.190.800.5445.9666.227.84
Hex76601801350362e421c
Octal16614030023120665610234
Binary11101101100000110000100111010000110110101110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766018; }

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

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

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

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

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

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

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

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