#766618

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

Shades of Yukon Gold #766618

Tints of Yukon Gold #766618

Color information

#766618 (or 0x766618) is unknown color: approx Yukon Gold. HEX triplet: 76, 66 and 18. RGB value is (118,102,24). Sum of RGB (Red+Green+Blue) = 118+102+24=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #766618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766618 is #8999E7. Grayscale: #626262. Windows color (decimal): -9017832 or 1599094. OLE color: 1599094.

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

Color convert

RGB11810224-
CMYK00.140.800.54
HSL49.79º66.2%27.84%-
HSV(B)49.79º79.66%46.27%-
XYZ12.3913.422.8-
YUV97.8986.3142.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 102 (40.23% from 255) = 41.80%
BLUE value IS 24 (9.77% from 255) = 9.84%
R=48.36%
G=41.80%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181022400.140.800.5449.7966.227.84
Hex7666180E503632421c
Octal16614630016120666210234
Binary1110110110011011000011101010000110110110010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766618; }

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

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

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

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

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

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

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

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