#846521

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

Shades of Yukon Gold #846521

Tints of Yukon Gold #846521

Color information

#846521 (or 0x846521) is unknown color: approx Yukon Gold. HEX triplet: 84, 65 and 21. RGB value is (132,101,33). Sum of RGB (Red+Green+Blue) = 132+101+33=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #846521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846521 is #7B9ADE. Grayscale: #666666. Windows color (decimal): -8100575 or 2188676. OLE color: 2188676.

HSL color Cylindrical-coordinate representation of color #846521: hue angle of 41.21º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #846521 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB13210133-
CMYK00.230.750.48
HSL41.21º60%32.35%-
HSV(B)41.21º75%51.76%-
XYZ14.4414.323.44-
YUV102.5288.77149.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.62%
GREEN value IS 101 (39.84% from 255) = 37.97%
BLUE value IS 33 (13.28% from 255) = 12.41%
R=49.62%
G=37.97%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321013300.230.750.4841.216032.35
Hex8465210174B30293c20
Octal2041454102711360517440
Binary1000010011001011000010101111001011110000101001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846521; }

 p { color: rgb(132,101,33); }

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

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

 a { background-color: rgb(132,101,33); }

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

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

 span { border-color: rgb(132,101,33); }

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