#846313

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

Shades of Yukon Gold #846313

Tints of Yukon Gold #846313

Color information

#846313 (or 0x846313) is unknown color: approx Yukon Gold. HEX triplet: 84, 63 and 13. RGB value is (132,99,19). Sum of RGB (Red+Green+Blue) = 132+99+19=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #846313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846313 is #7B9CEC. Grayscale: #646464. Windows color (decimal): -8101101 or 1270660. OLE color: 1270660.

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

Color convert

RGB1329919-
CMYK00.250.860.48
HSL42.48º74.83%29.61%-
HSV(B)42.48º85.61%51.76%-
XYZ14.113.882.55-
YUV99.7582.43151-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.8%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 19 (7.81% from 255) = 7.6%
R=52.8%
G=39.6%
B=7.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132991900.250.860.4842.4874.8329.61
Hex84631301956302a4b1e
Octal20414323031126605211336
Binary100001001100011100110110011010110110000101010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846313; }

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

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

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

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

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

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

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

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