#76641A

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

Shades of Yukon Gold #76641A

Tints of Yukon Gold #76641A

Color information

#76641A (or 0x76641A) is unknown color: approx Yukon Gold. HEX triplet: 76, 64 and 1A. RGB value is (118,100,26). Sum of RGB (Red+Green+Blue) = 118+100+26=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76641A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76641A is #899BE5. Grayscale: #616161. Windows color (decimal): -9018342 or 1729654. OLE color: 1729654.

HSL color Cylindrical-coordinate representation of color #76641A: hue angle of 48.26º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76641A is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB11810026-
CMYK00.150.780.54
HSL48.26º63.89%28.24%-
HSV(B)48.26º77.97%46.27%-
XYZ12.2113.042.85-
YUV96.9587.96143.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 100 (39.45% from 255) = 40.98%
BLUE value IS 26 (10.55% from 255) = 10.66%
R=48.36%
G=40.98%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181002600.150.780.5448.2663.8928.24
Hex76641A0F4E3630401c
Octal16614432017116666010034
Binary1110110110010011010011111001110110110110000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76641A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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