#84671A

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

Shades of Yukon Gold #84671A

Tints of Yukon Gold #84671A

Color information

#84671A (or 0x84671A) is unknown color: approx Yukon Gold. HEX triplet: 84, 67 and 1A. RGB value is (132,103,26). Sum of RGB (Red+Green+Blue) = 132+103+26=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84671A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84671A is #7B98E5. Grayscale: #676767. Windows color (decimal): -8100070 or 1730436. OLE color: 1730436.

HSL color Cylindrical-coordinate representation of color #84671A: hue angle of 43.58º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84671A is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB13210326-
CMYK00.220.800.48
HSL43.58º67.09%30.98%-
HSV(B)43.58º80.3%51.76%-
XYZ14.5514.683.04-
YUV102.8984.61148.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 103 (40.62% from 255) = 39.46%
BLUE value IS 26 (10.55% from 255) = 9.96%
R=50.57%
G=39.46%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321032600.220.800.4843.5867.0930.98
Hex84671A01650302c431f
Octal20414732026120605410337
Binary100001001100111110100101101010000110000101100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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