#76671A

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

Shades of Yukon Gold #76671A

Tints of Yukon Gold #76671A

Color information

#76671A (or 0x76671A) is unknown color: approx Yukon Gold. HEX triplet: 76, 67 and 1A. RGB value is (118,103,26). Sum of RGB (Red+Green+Blue) = 118+103+26=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76671A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76671A is #8998E5. Grayscale: #636363. Windows color (decimal): -9017574 or 1730422. OLE color: 1730422.

HSL color Cylindrical-coordinate representation of color #76671A: hue angle of 50.22º 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 #76671A is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB11810326-
CMYK00.130.780.54
HSL50.22º63.89%28.24%-
HSV(B)50.22º77.97%46.27%-
XYZ12.5113.632.95-
YUV98.7186.97141.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 103 (40.62% from 255) = 41.70%
BLUE value IS 26 (10.55% from 255) = 10.53%
R=47.77%
G=41.70%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181032600.130.780.5450.2263.8928.24
Hex76671A0D4E3632401c
Octal16614732015116666210034
Binary1110110110011111010011011001110110110110010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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