#836620

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

Shades of Yukon Gold #836620

Tints of Yukon Gold #836620

Color information

#836620 (or 0x836620) is unknown color: approx Yukon Gold. HEX triplet: 83, 66 and 20. RGB value is (131,102,32). Sum of RGB (Red+Green+Blue) = 131+102+32=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #836620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836620 is #7C99DF. Grayscale: #666666. Windows color (decimal): -8165856 or 2123395. OLE color: 2123395.

HSL color Cylindrical-coordinate representation of color #836620: hue angle of 42.42º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #836620 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB13110232-
CMYK00.220.760.49
HSL42.42º60.74%31.96%-
HSV(B)42.42º75.57%51.37%-
XYZ14.3714.433.39-
YUV102.6988.11148.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.43%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 32 (12.89% from 255) = 12.08%
R=49.43%
G=38.49%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311023200.220.760.4942.4260.7431.96
Hex8366200164C312a3d20
Octal2031464002611461527540
Binary1000001111001101000000101101001100110001101010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836620; }

 p { color: rgb(131,102,32); }

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

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

 a { background-color: rgb(131,102,32); }

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

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

 span { border-color: rgb(131,102,32); }

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