#846113

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

Shades of Yukon Gold #846113

Tints of Yukon Gold #846113

Color information

#846113 (or 0x846113) is unknown color: approx Yukon Gold. HEX triplet: 84, 61 and 13. RGB value is (132,97,19). Sum of RGB (Red+Green+Blue) = 132+97+19=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #846113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846113 is #7B9EEC. Grayscale: #626262. Windows color (decimal): -8101613 or 1270148. OLE color: 1270148.

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

Color convert

RGB1329719-
CMYK00.270.860.48
HSL41.42º74.83%29.61%-
HSV(B)41.42º85.61%51.76%-
XYZ13.9113.52.49-
YUV98.5783.1151.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.23%
GREEN value IS 97 (38.28% from 255) = 39.11%
BLUE value IS 19 (7.81% from 255) = 7.66%
R=53.23%
G=39.11%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132971900.270.860.4841.4274.8329.61
Hex84611301B5630294b1e
Octal20414123033126605111336
Binary100001001100001100110110111010110110000101001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846113; }

 p { color: rgb(132,97,19); }

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

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

 a { background-color: rgb(132,97,19); }

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

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

 span { border-color: rgb(132,97,19); }

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