#76651F

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

Shades of Yukon Gold #76651F

Tints of Yukon Gold #76651F

Color information

#76651F (or 0x76651F) is unknown color: approx Yukon Gold. HEX triplet: 76, 65 and 1F. RGB value is (118,101,31). Sum of RGB (Red+Green+Blue) = 118+101+31=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76651F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76651F is #899AE0. Grayscale: #626262. Windows color (decimal): -9018081 or 2057590. OLE color: 2057590.

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

Color convert

RGB11810131-
CMYK00.140.740.54
HSL48.28º58.39%29.22%-
HSV(B)48.28º73.73%46.27%-
XYZ12.3713.263.2-
YUV98.190.13142.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 101 (39.84% from 255) = 40.4%
BLUE value IS 31 (12.5% from 255) = 12.4%
R=47.2%
G=40.4%
B=12.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181013100.140.740.5448.2858.3929.22
Hex76651F0E4A36303a1d
Octal1661453701611266607235
Binary111011011001011111101110100101011011011000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76651F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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