#846011

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

Shades of Yukon Gold #846011

Tints of Yukon Gold #846011

Color information

#846011 (or 0x846011) is unknown color: approx Yukon Gold. HEX triplet: 84, 60 and 11. RGB value is (132,96,17). Sum of RGB (Red+Green+Blue) = 132+96+17=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #846011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846011 is #7B9FEE. Grayscale: #626262. Windows color (decimal): -8101871 or 1138820. OLE color: 1138820.

HSL color Cylindrical-coordinate representation of color #846011: hue angle of 41.22º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #846011 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB1329617-
CMYK00.270.870.48
HSL41.22º77.18%29.22%-
HSV(B)41.22º87.12%51.76%-
XYZ13.813.312.37-
YUV97.7682.43152.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.88%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 17 (7.03% from 255) = 6.94%
R=53.88%
G=39.18%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132961700.270.870.4841.2277.1829.22
Hex84601101B5730294d1d
Octal20414021033127605111535
Binary100001001100000100010110111010111110000101001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846011; }

 p { color: rgb(132,96,17); }

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

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

 a { background-color: rgb(132,96,17); }

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

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

 span { border-color: rgb(132,96,17); }

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