#766719

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

Shades of Yukon Gold #766719

Tints of Yukon Gold #766719

Color information

#766719 (or 0x766719) is unknown color: approx Yukon Gold. HEX triplet: 76, 67 and 19. RGB value is (118,103,25). Sum of RGB (Red+Green+Blue) = 118+103+25=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #766719 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766719 is #8998E6. Grayscale: #626262. Windows color (decimal): -9017575 or 1664886. OLE color: 1664886.

HSL color Cylindrical-coordinate representation of color #766719: hue angle of 50.32º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #766719 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB11810325-
CMYK00.130.790.54
HSL50.32º65.03%28.04%-
HSV(B)50.32º78.81%46.27%-
XYZ12.513.622.89-
YUV98.5986.47141.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 103 (40.62% from 255) = 41.87%
BLUE value IS 25 (10.16% from 255) = 10.16%
R=47.97%
G=41.87%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181032500.130.790.5450.3265.0328.04
Hex7667190D4F3632411c
Octal16614731015117666210134
Binary1110110110011111001011011001111110110110010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766719; }

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

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

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

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

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

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

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

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