#7A601B

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

Shades of Yukon Gold #7A601B

Tints of Yukon Gold #7A601B

Color information

#7A601B (or 0x7A601B) is unknown color: approx Yukon Gold. HEX triplet: 7A, 60 and 1B. RGB value is (122,96,27). Sum of RGB (Red+Green+Blue) = 122+96+27=245 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.80% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 122 - color contains mainly: red. Hex color #7A601B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A601B is #859FE4. Grayscale: #606060. Windows color (decimal): -8757221 or 1794170. OLE color: 1794170.

HSL color Cylindrical-coordinate representation of color #7A601B: hue angle of 43.58º 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 #7A601B is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB1229627-
CMYK00.210.780.52
HSL43.58º63.76%29.22%-
HSV(B)43.58º77.87%47.84%-
XYZ12.4112.582.81-
YUV95.9189.11146.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.80%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 27 (10.94% from 255) = 11.02%
R=49.80%
G=39.18%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122962700.210.780.5243.5863.7629.22
Hex7A601B0154E342c401d
Octal17214033025116645410035
Binary11110101100000110110101011001110110100101100100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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