#77601E

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

Shades of Yukon Gold #77601E

Tints of Yukon Gold #77601E

Color information

#77601E (or 0x77601E) is unknown color: approx Yukon Gold. HEX triplet: 77, 60 and 1E. RGB value is (119,96,30). Sum of RGB (Red+Green+Blue) = 119+96+30=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #77601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77601E is #889FE1. Grayscale: #5F5F5F. Windows color (decimal): -8953826 or 1990775. OLE color: 1990775.

HSL color Cylindrical-coordinate representation of color #77601E: hue angle of 44.49º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77601E is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1199630-
CMYK00.190.750.53
HSL44.49º59.73%29.22%-
HSV(B)44.49º74.79%46.67%-
XYZ12.0212.382.98-
YUV95.3591.12144.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.57%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 30 (12.11% from 255) = 12.24%
R=48.57%
G=39.18%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119963000.190.750.5344.4959.7329.22
Hex77601E0134B352c3c1d
Octal1671403602311365547435
Binary1110111110000011110010011100101111010110110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77601E; }

 p { color: rgb(119,96,30); }

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

<style>
 a { background-color: #77601E; }

 a { background-color: rgb(119,96,30); }

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

<style>
 span { border-color: #77601E; }

 span { border-color: rgb(119,96,30); }

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