#836010

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

Shades of Yukon Gold #836010

Tints of Yukon Gold #836010

Color information

#836010 (or 0x836010) is unknown color: approx Yukon Gold. HEX triplet: 83, 60 and 10. RGB value is (131,96,16). Sum of RGB (Red+Green+Blue) = 131+96+16=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #836010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836010 is #7C9FEF. Grayscale: #616161. Windows color (decimal): -8167408 or 1073283. OLE color: 1073283.

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

Color convert

RGB1319616-
CMYK00.270.880.49
HSL41.74º78.23%28.82%-
HSV(B)41.74º87.79%51.37%-
XYZ13.6413.232.32-
YUV97.3482.1152-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.91%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 16 (6.64% from 255) = 6.58%
R=53.91%
G=39.51%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131961600.270.880.4941.7478.2328.82
Hex83601001B58312a4e1d
Octal20314020033130615211635
Binary100000111100000100000110111011000110001101010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836010; }

 p { color: rgb(131,96,16); }

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

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

 a { background-color: rgb(131,96,16); }

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

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

 span { border-color: rgb(131,96,16); }

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