#84661F

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

Shades of Yukon Gold #84661F

Tints of Yukon Gold #84661F

Color information

#84661F (or 0x84661F) is unknown color: approx Yukon Gold. HEX triplet: 84, 66 and 1F. RGB value is (132,102,31). Sum of RGB (Red+Green+Blue) = 132+102+31=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #84661F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84661F is #7B99E0. Grayscale: #676767. Windows color (decimal): -8100321 or 2057860. OLE color: 2057860.

HSL color Cylindrical-coordinate representation of color #84661F: hue angle of 42.18º degrees, saturation: 0.62, 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 #84661F is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB13210231-
CMYK00.230.770.48
HSL42.18º61.96%31.96%-
HSV(B)42.18º76.52%51.76%-
XYZ14.5114.513.33-
YUV102.8887.44148.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.81%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 31 (12.5% from 255) = 11.70%
R=49.81%
G=38.49%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321023100.230.770.4842.1861.9631.96
Hex84661F0174D302a3e20
Octal2041463702711560527640
Binary100001001100110111110101111001101110000101010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84661F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84661F; }

 p { color: rgb(132,102,31); }

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

<style>
 a { background-color: #84661F; }

 a { background-color: rgb(132,102,31); }

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

<style>
 span { border-color: #84661F; }

 span { border-color: rgb(132,102,31); }

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