#766918

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

Shades of Yukon Gold #766918

Tints of Yukon Gold #766918

Color information

#766918 (or 0x766918) is unknown color: approx Yukon Gold. HEX triplet: 76, 69 and 18. RGB value is (118,105,24). Sum of RGB (Red+Green+Blue) = 118+105+24=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #766918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766918 is #8996E7. Grayscale: #636363. Windows color (decimal): -9017064 or 1599862. OLE color: 1599862.

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

Color convert

RGB11810524-
CMYK00.110.800.54
HSL51.7º66.2%27.84%-
HSV(B)51.7º79.66%46.27%-
XYZ12.6914.022.9-
YUV99.6585.31141.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 105 (41.41% from 255) = 42.51%
BLUE value IS 24 (9.77% from 255) = 9.72%
R=47.77%
G=42.51%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181052400.110.800.5451.766.227.84
Hex7669180B503634421c
Octal16615130013120666410234
Binary1110110110100111000010111010000110110110100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766918; }

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

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

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

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

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

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

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

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