#84621F

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

Shades of Yukon Gold #84621F

Tints of Yukon Gold #84621F

Color information

#84621F (or 0x84621F) is unknown color: approx Yukon Gold. HEX triplet: 84, 62 and 1F. RGB value is (132,98,31). Sum of RGB (Red+Green+Blue) = 132+98+31=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84621F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84621F is #7B9DE0. Grayscale: #646464. Windows color (decimal): -8101345 or 2056836. OLE color: 2056836.

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

Color convert

RGB1329831-
CMYK00.260.770.48
HSL39.8º61.96%31.96%-
HSV(B)39.8º76.52%51.76%-
XYZ14.1313.743.2-
YUV100.5388.76150.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 31 (12.5% from 255) = 11.88%
R=50.57%
G=37.55%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132983100.260.770.4839.861.9631.96
Hex84621F01A4D30283e20
Octal2041423703211560507640
Binary100001001100010111110110101001101110000101000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84621F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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