#846220

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

Shades of Yukon Gold #846220

Tints of Yukon Gold #846220

Color information

#846220 (or 0x846220) is unknown color: approx Yukon Gold. HEX triplet: 84, 62 and 20. RGB value is (132,98,32). Sum of RGB (Red+Green+Blue) = 132+98+32=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #846220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846220 is #7B9DDF. Grayscale: #646464. Windows color (decimal): -8101344 or 2122372. OLE color: 2122372.

HSL color Cylindrical-coordinate representation of color #846220: hue angle of 39.6º 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 #846220 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB1329832-
CMYK00.260.760.48
HSL39.6º60.98%32.16%-
HSV(B)39.6º75.76%51.76%-
XYZ14.1413.753.27-
YUV100.6489.26150.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.38%
GREEN value IS 98 (38.67% from 255) = 37.40%
BLUE value IS 32 (12.89% from 255) = 12.21%
R=50.38%
G=37.40%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132983200.260.760.4839.660.9832.16
Hex84622001A4C30283d20
Octal2041424003211460507540
Binary1000010011000101000000110101001100110000101000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846220; }

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

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

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

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

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

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

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

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