#846310

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

Shades of Yukon Gold #846310

Tints of Yukon Gold #846310

Color information

#846310 (or 0x846310) is unknown color: approx Yukon Gold. HEX triplet: 84, 63 and 10. RGB value is (132,99,16). Sum of RGB (Red+Green+Blue) = 132+99+16=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #846310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846310 is #7B9CEF. Grayscale: #636363. Windows color (decimal): -8101104 or 1074052. OLE color: 1074052.

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

Color convert

RGB1329916-
CMYK00.250.880.48
HSL42.93º78.38%29.02%-
HSV(B)42.93º87.88%51.76%-
XYZ14.0713.872.43-
YUV99.480.93151.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.44%
GREEN value IS 99 (39.06% from 255) = 40.08%
BLUE value IS 16 (6.64% from 255) = 6.48%
R=53.44%
G=40.08%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132991600.250.880.4842.9378.3829.02
Hex84631001958302b4e1d
Octal20414320031130605311635
Binary100001001100011100000110011011000110000101011100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846310; }

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

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

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

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

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

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

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

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