#846A0B

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

Shades of Yukon Gold #846A0B

Tints of Yukon Gold #846A0B

Color information

#846A0B (or 0x846A0B) is unknown color: approx Yukon Gold. HEX triplet: 84, 6A and 0B. RGB value is (132,106,11). Sum of RGB (Red+Green+Blue) = 132+106+11=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #846A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846A0B is #7B95F4. Grayscale: #676767. Windows color (decimal): -8099317 or 748164. OLE color: 748164.

HSL color Cylindrical-coordinate representation of color #846A0B: hue angle of 47.11º degrees, saturation: 0.85, 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 #846A0B is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB13210611-
CMYK00.200.920.48
HSL47.11º84.62%28.04%-
HSV(B)47.11º91.67%51.76%-
XYZ14.7315.242.48-
YUV102.9476.11148.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.01%
GREEN value IS 106 (41.80% from 255) = 42.57%
BLUE value IS 11 (4.69% from 255) = 4.42%
R=53.01%
G=42.57%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321061100.200.920.4847.1184.6228.04
Hex846AB0145C302f551c
Octal20415213024134605712534
Binary10000100110101010110101001011100110000101111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,106,11); }

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

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

 a { background-color: rgb(132,106,11); }

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

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

 span { border-color: rgb(132,106,11); }

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