#7A6C1B

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

Shades of Yukon Gold #7A6C1B

Tints of Yukon Gold #7A6C1B

Color information

#7A6C1B (or 0x7A6C1B) is unknown color: approx Yukon Gold. HEX triplet: 7A, 6C and 1B. RGB value is (122,108,27). Sum of RGB (Red+Green+Blue) = 122+108+27=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6C1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6C1B is #8593E4. Grayscale: #676767. Windows color (decimal): -8754149 or 1797242. OLE color: 1797242.

HSL color Cylindrical-coordinate representation of color #7A6C1B: hue angle of 51.16º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A6C1B is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB12210827-
CMYK00.110.780.52
HSL51.16º63.76%29.22%-
HSV(B)51.16º77.87%47.84%-
XYZ13.5914.943.2-
YUV102.9585.14141.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.47%
GREEN value IS 108 (42.58% from 255) = 42.02%
BLUE value IS 27 (10.94% from 255) = 10.51%
R=47.47%
G=42.02%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221082700.110.780.5251.1663.7629.22
Hex7A6C1B0B4E3433401d
Octal17215433013116646310035
Binary1111010110110011011010111001110110100110011100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A6C1B; }

 p { color: rgb(122,108,27); }

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

<style>
 a { background-color: #7A6C1B; }

 a { background-color: rgb(122,108,27); }

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

<style>
 span { border-color: #7A6C1B; }

 span { border-color: rgb(122,108,27); }

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