#846E13

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

Shades of Yukon Gold #846E13

Tints of Yukon Gold #846E13

Color information

#846E13 (or 0x846E13) is unknown color: approx Yukon Gold. HEX triplet: 84, 6E and 13. RGB value is (132,110,19). Sum of RGB (Red+Green+Blue) = 132+110+19=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #846E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846E13 is #7B91EC. Grayscale: #6A6A6A. Windows color (decimal): -8098285 or 1273476. OLE color: 1273476.

HSL color Cylindrical-coordinate representation of color #846E13: hue angle of 48.32º 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 #846E13 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB13211019-
CMYK00.170.860.48
HSL48.32º74.83%29.61%-
HSV(B)48.32º85.61%51.76%-
XYZ15.2116.12.92-
YUV106.278.79146.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 110 (43.36% from 255) = 42.15%
BLUE value IS 19 (7.81% from 255) = 7.28%
R=50.57%
G=42.15%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321101900.170.860.4848.3274.8329.61
Hex846E130115630304b1e
Octal20415623021126606011336
Binary100001001101110100110100011010110110000110000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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