#846A1E

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

Shades of Yukon Gold #846A1E

Tints of Yukon Gold #846A1E

Color information

#846A1E (or 0x846A1E) is unknown color: approx Yukon Gold. HEX triplet: 84, 6A and 1E. RGB value is (132,106,30). Sum of RGB (Red+Green+Blue) = 132+106+30=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #846A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846A1E is #7B95E1. Grayscale: #696969. Windows color (decimal): -8099298 or 1993348. OLE color: 1993348.

HSL color Cylindrical-coordinate representation of color #846A1E: hue angle of 44.71º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #846A1E is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB13210630-
CMYK00.200.770.48
HSL44.71º62.96%31.76%-
HSV(B)44.71º77.27%51.76%-
XYZ14.915.313.4-
YUV105.1185.61147.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 106 (41.80% from 255) = 39.55%
BLUE value IS 30 (12.11% from 255) = 11.19%
R=49.25%
G=39.55%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321063000.200.770.4844.7162.9631.76
Hex846A1E0144D302d3f20
Octal2041523602411560557740
Binary100001001101010111100101001001101110000101101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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