#836B1E

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

Shades of Yukon Gold #836B1E

Tints of Yukon Gold #836B1E

Color information

#836B1E (or 0x836B1E) is unknown color: approx Yukon Gold. HEX triplet: 83, 6B and 1E. RGB value is (131,107,30). Sum of RGB (Red+Green+Blue) = 131+107+30=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #836B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836B1E is #7C94E1. Grayscale: #696969. Windows color (decimal): -8164578 or 1993603. OLE color: 1993603.

HSL color Cylindrical-coordinate representation of color #836B1E: hue angle of 45.74º 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 #836B1E is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB13110730-
CMYK00.180.770.49
HSL45.74º62.73%31.57%-
HSV(B)45.74º77.1%51.37%-
XYZ14.8515.433.42-
YUV105.485.45146.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.88%
GREEN value IS 107 (42.19% from 255) = 39.93%
BLUE value IS 30 (12.11% from 255) = 11.19%
R=48.88%
G=39.93%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311073000.180.770.4945.7462.7331.57
Hex836B1E0124D312e3f20
Octal2031533602211561567740
Binary100000111101011111100100101001101110001101110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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