#846B0A

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

Shades of Yukon Gold #846B0A

Tints of Yukon Gold #846B0A

Color information

#846B0A (or 0x846B0A) is unknown color: approx Yukon Gold. HEX triplet: 84, 6B and 0A. RGB value is (132,107,10). Sum of RGB (Red+Green+Blue) = 132+107+10=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #846B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846B0A is #7B94F5. Grayscale: #676767. Windows color (decimal): -8099062 or 682884. OLE color: 682884.

HSL color Cylindrical-coordinate representation of color #846B0A: hue angle of 47.7º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #846B0A is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB13210710-
CMYK00.190.920.48
HSL47.7º85.92%27.84%-
HSV(B)47.7º92.42%51.76%-
XYZ14.8315.442.49-
YUV103.4275.28148.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.01%
GREEN value IS 107 (42.19% from 255) = 42.97%
BLUE value IS 10 (4.30% from 255) = 4.02%
R=53.01%
G=42.97%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321071000.190.920.4847.785.9227.84
Hex846BA0135C3030561c
Octal20415312023134606012634
Binary10000100110101110100100111011100110000110000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,107,10); }

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

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

 a { background-color: rgb(132,107,10); }

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

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

 span { border-color: rgb(132,107,10); }

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