#766718

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

Shades of Yukon Gold #766718

Tints of Yukon Gold #766718

Color information

#766718 (or 0x766718) is unknown color: approx Yukon Gold. HEX triplet: 76, 67 and 18. RGB value is (118,103,24). Sum of RGB (Red+Green+Blue) = 118+103+24=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #766718 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766718 is #8998E7. Grayscale: #626262. Windows color (decimal): -9017576 or 1599350. OLE color: 1599350.

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

Color convert

RGB11810324-
CMYK00.130.800.54
HSL50.43º66.2%27.84%-
HSV(B)50.43º79.66%46.27%-
XYZ12.4913.622.83-
YUV98.4885.97141.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 103 (40.62% from 255) = 42.04%
BLUE value IS 24 (9.77% from 255) = 9.80%
R=48.16%
G=42.04%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181032400.130.800.5450.4366.227.84
Hex7667180D503632421c
Octal16614730015120666210234
Binary1110110110011111000011011010000110110110010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766718; }

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

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

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

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

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

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

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

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