#836214

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

Shades of Yukon Gold #836214

Tints of Yukon Gold #836214

Color information

#836214 (or 0x836214) is unknown color: approx Yukon Gold. HEX triplet: 83, 62 and 14. RGB value is (131,98,20). Sum of RGB (Red+Green+Blue) = 131+98+20=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #836214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836214 is #7C9DEB. Grayscale: #636363. Windows color (decimal): -8166892 or 1335939. OLE color: 1335939.

HSL color Cylindrical-coordinate representation of color #836214: hue angle of 42.16º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #836214 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1319820-
CMYK00.250.850.49
HSL42.16º73.51%29.61%-
HSV(B)42.16º84.73%51.37%-
XYZ13.8513.612.56-
YUV98.9883.43150.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.61%
GREEN value IS 98 (38.67% from 255) = 39.36%
BLUE value IS 20 (8.20% from 255) = 8.03%
R=52.61%
G=39.36%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131982000.250.850.4942.1673.5129.61
Hex83621401955312a4a1e
Octal20314224031125615211236
Binary100000111100010101000110011010101110001101010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836214; }

 p { color: rgb(131,98,20); }

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

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

 a { background-color: rgb(131,98,20); }

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

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

 span { border-color: rgb(131,98,20); }

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