#77691E

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

Shades of Yukon Gold #77691E

Tints of Yukon Gold #77691E

Color information

#77691E (or 0x77691E) is unknown color: approx Yukon Gold. HEX triplet: 77, 69 and 1E. RGB value is (119,105,30). Sum of RGB (Red+Green+Blue) = 119+105+30=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #77691E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77691E is #8896E1. Grayscale: #646464. Windows color (decimal): -8951522 or 1993079. OLE color: 1993079.

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

Color convert

RGB11910530-
CMYK00.120.750.53
HSL50.56º59.73%29.22%-
HSV(B)50.56º74.79%46.67%-
XYZ12.8914.123.27-
YUV100.6488.14141.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 105 (41.41% from 255) = 41.34%
BLUE value IS 30 (12.11% from 255) = 11.81%
R=46.85%
G=41.34%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191053000.120.750.5350.5659.7329.22
Hex77691E0C4B35333c1d
Octal1671513601411365637435
Binary111011111010011111001100100101111010111001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77691E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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