#76641E

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

Shades of Yukon Gold #76641E

Tints of Yukon Gold #76641E

Color information

#76641E (or 0x76641E) is unknown color: approx Yukon Gold. HEX triplet: 76, 64 and 1E. RGB value is (118,100,30). Sum of RGB (Red+Green+Blue) = 118+100+30=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76641E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76641E is #899BE1. Grayscale: #616161. Windows color (decimal): -9018338 or 1991798. OLE color: 1991798.

HSL color Cylindrical-coordinate representation of color #76641E: hue angle of 47.73º degrees, saturation: 0.59, 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 #76641E is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB11810030-
CMYK00.150.750.54
HSL47.73º59.46%29.02%-
HSV(B)47.73º74.58%46.27%-
XYZ12.2613.063.1-
YUV97.489.96142.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 100 (39.45% from 255) = 40.32%
BLUE value IS 30 (12.11% from 255) = 12.10%
R=47.58%
G=40.32%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181003000.150.750.5447.7359.4629.02
Hex76641E0F4B36303b1d
Octal1661443601711366607335
Binary111011011001001111001111100101111011011000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76641E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,100,30); }

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

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

 a { background-color: rgb(118,100,30); }

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

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

 span { border-color: rgb(118,100,30); }

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