#84661A

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

Shades of Yukon Gold #84661A

Tints of Yukon Gold #84661A

Color information

#84661A (or 0x84661A) is unknown color: approx Yukon Gold. HEX triplet: 84, 66 and 1A. RGB value is (132,102,26). Sum of RGB (Red+Green+Blue) = 132+102+26=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84661A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84661A is #7B99E5. Grayscale: #666666. Windows color (decimal): -8100326 or 1730180. OLE color: 1730180.

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

Color convert

RGB13210226-
CMYK00.230.800.48
HSL43.02º67.09%30.98%-
HSV(B)43.02º80.3%51.76%-
XYZ14.4514.483.01-
YUV102.3184.94149.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.77%
GREEN value IS 102 (40.23% from 255) = 39.23%
BLUE value IS 26 (10.55% from 255) = 10%
R=50.77%
G=39.23%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321022600.230.800.4843.0267.0930.98
Hex84661A01750302b431f
Octal20414632027120605310337
Binary100001001100110110100101111010000110000101011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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