#76610E

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

Shades of Yukon Gold #76610E

Tints of Yukon Gold #76610E

Color information

#76610E (or 0x76610E) is unknown color: approx Yukon Gold. HEX triplet: 76, 61 and 0E. RGB value is (118,97,14). Sum of RGB (Red+Green+Blue) = 118+97+14=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76610E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76610E is #899EF1. Grayscale: #5E5E5E. Windows color (decimal): -9019122 or 942454. OLE color: 942454.

HSL color Cylindrical-coordinate representation of color #76610E: hue angle of 47.88º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76610E is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB1189714-
CMYK00.180.880.54
HSL47.88º78.79%25.88%-
HSV(B)47.88º88.14%46.27%-
XYZ11.8312.432.19-
YUV93.8282.96145.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.53%
GREEN value IS 97 (38.28% from 255) = 42.36%
BLUE value IS 14 (5.86% from 255) = 6.11%
R=51.53%
G=42.36%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118971400.180.880.5447.8878.7925.88
Hex7661E0125836304f1a
Octal16614116022130666011732
Binary1110110110000111100100101011000110110110000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76610E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76610E; }

 p { color: rgb(118,97,14); }

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

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

 a { background-color: rgb(118,97,14); }

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

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

 span { border-color: rgb(118,97,14); }

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