#84671E

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

Shades of Yukon Gold #84671E

Tints of Yukon Gold #84671E

Color information

#84671E (or 0x84671E) is unknown color: approx Yukon Gold. HEX triplet: 84, 67 and 1E. RGB value is (132,103,30). Sum of RGB (Red+Green+Blue) = 132+103+30=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #84671E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84671E is #7B98E1. Grayscale: #676767. Windows color (decimal): -8100066 or 1992580. OLE color: 1992580.

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

Color convert

RGB13210330-
CMYK00.220.770.48
HSL42.94º62.96%31.76%-
HSV(B)42.94º77.27%51.76%-
XYZ14.614.73.3-
YUV103.3586.61148.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.81%
GREEN value IS 103 (40.62% from 255) = 38.87%
BLUE value IS 30 (12.11% from 255) = 11.32%
R=49.81%
G=38.87%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321033000.220.770.4842.9462.9631.76
Hex84671E0164D302b3f20
Octal2041473602611560537740
Binary100001001100111111100101101001101110000101011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84671E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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