#836206

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

Shades of Yukon Gold #836206

Tints of Yukon Gold #836206

Color information

#836206 (or 0x836206) is unknown color: approx Yukon Gold. HEX triplet: 83, 62 and 06. RGB value is (131,98,6). Sum of RGB (Red+Green+Blue) = 131+98+6=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #836206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836206 is #7C9DF9. Grayscale: #616161. Windows color (decimal): -8166906 or 418435. OLE color: 418435.

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

Color convert

RGB131986-
CMYK00.250.950.49
HSL44.16º91.24%26.86%-
HSV(B)44.16º95.42%51.37%-
XYZ13.7613.572.07-
YUV97.3876.43151.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.74%
GREEN value IS 98 (38.67% from 255) = 41.70%
BLUE value IS 6 (2.73% from 255) = 2.55%
R=55.74%
G=41.70%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13198600.250.950.4944.1691.2426.86
Hex836260195F312c5b1b
Octal2031426031137615413333
Binary1000001111000101100110011011111110001101100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836206; }

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

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

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

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

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

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

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

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