#836A1E

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

Shades of Yukon Gold #836A1E

Tints of Yukon Gold #836A1E

Color information

#836A1E (or 0x836A1E) is unknown color: approx Yukon Gold. HEX triplet: 83, 6A and 1E. RGB value is (131,106,30). Sum of RGB (Red+Green+Blue) = 131+106+30=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #836A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836A1E is #7C95E1. Grayscale: #696969. Windows color (decimal): -8164834 or 1993347. OLE color: 1993347.

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

Color convert

RGB13110630-
CMYK00.190.770.49
HSL45.15º62.73%31.57%-
HSV(B)45.15º77.1%51.37%-
XYZ14.7515.233.39-
YUV104.8185.78146.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.06%
GREEN value IS 106 (41.80% from 255) = 39.70%
BLUE value IS 30 (12.11% from 255) = 11.24%
R=49.06%
G=39.70%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311063000.190.770.4945.1562.7331.57
Hex836A1E0134D312d3f20
Octal2031523602311561557740
Binary100000111101010111100100111001101110001101101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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