#76631F

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

Shades of Yukon Gold #76631F

Tints of Yukon Gold #76631F

Color information

#76631F (or 0x76631F) is unknown color: approx Yukon Gold. HEX triplet: 76, 63 and 1F. RGB value is (118,99,31). Sum of RGB (Red+Green+Blue) = 118+99+31=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76631F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76631F is #899CE0. Grayscale: #616161. Windows color (decimal): -9018593 or 2057078. OLE color: 2057078.

HSL color Cylindrical-coordinate representation of color #76631F: hue angle of 46.9º 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 #76631F is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1189931-
CMYK00.160.740.54
HSL46.9º58.39%29.22%-
HSV(B)46.9º73.73%46.27%-
XYZ12.1812.873.14-
YUV96.9390.79143.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 99 (39.06% from 255) = 39.92%
BLUE value IS 31 (12.5% from 255) = 12.5%
R=47.58%
G=39.92%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118993100.160.740.5446.958.3929.22
Hex76631F0104A362f3a1d
Octal1661433702011266577235
Binary1110110110001111111010000100101011011010111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76631F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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