#84641E

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

Shades of Yukon Gold #84641E

Tints of Yukon Gold #84641E

Color information

#84641E (or 0x84641E) is unknown color: approx Yukon Gold. HEX triplet: 84, 64 and 1E. RGB value is (132,100,30). Sum of RGB (Red+Green+Blue) = 132+100+30=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #84641E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84641E is #7B9BE1. Grayscale: #656565. Windows color (decimal): -8100834 or 1991812. OLE color: 1991812.

HSL color Cylindrical-coordinate representation of color #84641E: hue angle of 41.18º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84641E is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB13210030-
CMYK00.240.770.48
HSL41.18º62.96%31.76%-
HSV(B)41.18º77.27%51.76%-
XYZ14.3114.113.2-
YUV101.5987.6149.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.38%
GREEN value IS 100 (39.45% from 255) = 38.17%
BLUE value IS 30 (12.11% from 255) = 11.45%
R=50.38%
G=38.17%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321003000.240.770.4841.1862.9631.76
Hex84641E0184D30293f20
Octal2041443603011560517740
Binary100001001100100111100110001001101110000101001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84641E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,100,30); }

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

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

 a { background-color: rgb(132,100,30); }

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

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

 span { border-color: rgb(132,100,30); }

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