#7A651A

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

Shades of Yukon Gold #7A651A

Tints of Yukon Gold #7A651A

Color information

#7A651A (or 0x7A651A) is unknown color: approx Yukon Gold. HEX triplet: 7A, 65 and 1A. RGB value is (122,101,26). Sum of RGB (Red+Green+Blue) = 122+101+26=249 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.00% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 122 - color contains mainly: red. Hex color #7A651A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A651A is #859AE5. Grayscale: #636363. Windows color (decimal): -8755942 or 1729914. OLE color: 1729914.

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

Color convert

RGB12210126-
CMYK00.170.790.52
HSL46.88º64.86%29.02%-
HSV(B)46.88º78.69%47.84%-
XYZ12.8713.522.91-
YUV98.7386.96144.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.00%
GREEN value IS 101 (39.84% from 255) = 40.56%
BLUE value IS 26 (10.55% from 255) = 10.44%
R=49.00%
G=40.56%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221012600.170.790.5246.8864.8629.02
Hex7A651A0114F342f411d
Octal17214532021117645710135
Binary11110101100101110100100011001111110100101111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A651A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,101,26); }

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

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

 a { background-color: rgb(122,101,26); }

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

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

 span { border-color: rgb(122,101,26); }

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