#77661E

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

Shades of Yukon Gold #77661E

Tints of Yukon Gold #77661E

Color information

#77661E (or 0x77661E) is unknown color: approx Yukon Gold. HEX triplet: 77, 66 and 1E. RGB value is (119,102,30). Sum of RGB (Red+Green+Blue) = 119+102+30=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #77661E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77661E is #8899E1. Grayscale: #636363. Windows color (decimal): -8952290 or 1992311. OLE color: 1992311.

HSL color Cylindrical-coordinate representation of color #77661E: hue angle of 48.54º 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 #77661E is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB11910230-
CMYK00.140.750.53
HSL48.54º59.73%29.22%-
HSV(B)48.54º74.79%46.67%-
XYZ12.5913.523.17-
YUV98.8789.13142.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.41%
GREEN value IS 102 (40.23% from 255) = 40.64%
BLUE value IS 30 (12.11% from 255) = 11.95%
R=47.41%
G=40.64%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191023000.140.750.5348.5459.7329.22
Hex77661E0E4B35313c1d
Octal1671463601611365617435
Binary111011111001101111001110100101111010111000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77661E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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