#84641A

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

Shades of Yukon Gold #84641A

Tints of Yukon Gold #84641A

Color information

#84641A (or 0x84641A) is unknown color: approx Yukon Gold. HEX triplet: 84, 64 and 1A. RGB value is (132,100,26). Sum of RGB (Red+Green+Blue) = 132+100+26=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #84641A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84641A is #7B9BE5. Grayscale: #656565. Windows color (decimal): -8100838 or 1729668. OLE color: 1729668.

HSL color Cylindrical-coordinate representation of color #84641A: hue angle of 41.89º 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 #84641A is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB13210026-
CMYK00.240.800.48
HSL41.89º67.09%30.98%-
HSV(B)41.89º80.3%51.76%-
XYZ14.2614.092.95-
YUV101.1385.6150.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.16%
GREEN value IS 100 (39.45% from 255) = 38.76%
BLUE value IS 26 (10.55% from 255) = 10.08%
R=51.16%
G=38.76%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321002600.240.800.4841.8967.0930.98
Hex84641A01850302a431f
Octal20414432030120605210337
Binary100001001100100110100110001010000110000101010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84641A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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