#846B20

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

Shades of Yukon Gold #846B20

Tints of Yukon Gold #846B20

Color information

#846B20 (or 0x846B20) is unknown color: approx Yukon Gold. HEX triplet: 84, 6B and 20. RGB value is (132,107,32). Sum of RGB (Red+Green+Blue) = 132+107+32=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #846B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846B20 is #7B94DF. Grayscale: #6A6A6A. Windows color (decimal): -8099040 or 2124676. OLE color: 2124676.

HSL color Cylindrical-coordinate representation of color #846B20: hue angle of 45º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #846B20 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB13210732-
CMYK00.190.760.48
HSL45º60.98%32.16%-
HSV(B)45º75.76%51.76%-
XYZ15.0315.533.57-
YUV105.9286.28146.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 107 (42.19% from 255) = 39.48%
BLUE value IS 32 (12.89% from 255) = 11.81%
R=48.71%
G=39.48%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321073200.190.760.484560.9832.16
Hex846B200134C302d3d20
Octal2041534002311460557540
Binary1000010011010111000000100111001100110000101101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846B20; }

 p { color: rgb(132,107,32); }

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

<style>
 a { background-color: #846B20; }

 a { background-color: rgb(132,107,32); }

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

<style>
 span { border-color: #846B20; }

 span { border-color: rgb(132,107,32); }

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