#77631E

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

Shades of Yukon Gold #77631E

Tints of Yukon Gold #77631E

Color information

#77631E (or 0x77631E) is unknown color: approx Yukon Gold. HEX triplet: 77, 63 and 1E. RGB value is (119,99,30). Sum of RGB (Red+Green+Blue) = 119+99+30=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #77631E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77631E is #889CE1. Grayscale: #616161. Windows color (decimal): -8953058 or 1991543. OLE color: 1991543.

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

Color convert

RGB1199930-
CMYK00.170.750.53
HSL46.52º59.73%29.22%-
HSV(B)46.52º74.79%46.67%-
XYZ12.312.943.08-
YUV97.1190.13143.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.98%
GREEN value IS 99 (39.06% from 255) = 39.92%
BLUE value IS 30 (12.11% from 255) = 12.10%
R=47.98%
G=39.92%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119993000.170.750.5346.5259.7329.22
Hex77631E0114B352f3c1d
Octal1671433602111365577435
Binary1110111110001111110010001100101111010110111111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77631E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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