#76661D

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

Shades of Yukon Gold #76661D

Tints of Yukon Gold #76661D

Color information

#76661D (or 0x76661D) is unknown color: approx Yukon Gold. HEX triplet: 76, 66 and 1D. RGB value is (118,102,29). Sum of RGB (Red+Green+Blue) = 118+102+29=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76661D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76661D is #8999E2. Grayscale: #626262. Windows color (decimal): -9017827 or 1926774. OLE color: 1926774.

HSL color Cylindrical-coordinate representation of color #76661D: hue angle of 49.21º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76661D is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB11810229-
CMYK00.140.750.54
HSL49.21º60.54%28.82%-
HSV(B)49.21º75.42%46.27%-
XYZ12.4413.443.1-
YUV98.4688.8141.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 102 (40.23% from 255) = 40.96%
BLUE value IS 29 (11.72% from 255) = 11.65%
R=47.39%
G=40.96%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181022900.140.750.5449.2160.5428.82
Hex76661D0E4B36313d1d
Octal1661463501611366617535
Binary111011011001101110101110100101111011011000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76661D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76661D; }

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

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

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

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

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

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

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

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