#76601F

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

Shades of Yukon Gold #76601F

Tints of Yukon Gold #76601F

Color information

#76601F (or 0x76601F) is unknown color: approx Yukon Gold. HEX triplet: 76, 60 and 1F. RGB value is (118,96,31). Sum of RGB (Red+Green+Blue) = 118+96+31=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76601F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76601F is #899FE0. Grayscale: #5F5F5F. Windows color (decimal): -9019361 or 2056310. OLE color: 2056310.

HSL color Cylindrical-coordinate representation of color #76601F: hue angle of 44.83º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76601F is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1189631-
CMYK00.190.740.54
HSL44.83º58.39%29.22%-
HSV(B)44.83º73.73%46.27%-
XYZ11.912.323.05-
YUV95.1791.79144.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 31 (12.5% from 255) = 12.65%
R=48.16%
G=39.18%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118963100.190.740.5444.8358.3929.22
Hex76601F0134A362d3a1d
Octal1661403702311266557235
Binary1110110110000011111010011100101011011010110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76601F; }

 p { color: rgb(118,96,31); }

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

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

 a { background-color: rgb(118,96,31); }

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

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

 span { border-color: rgb(118,96,31); }

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