#836710

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

Shades of Yukon Gold #836710

Tints of Yukon Gold #836710

Color information

#836710 (or 0x836710) is unknown color: approx Yukon Gold. HEX triplet: 83, 67 and 10. RGB value is (131,103,16). Sum of RGB (Red+Green+Blue) = 131+103+16=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #836710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836710 is #7C98EF. Grayscale: #656565. Windows color (decimal): -8165616 or 1075075. OLE color: 1075075.

HSL color Cylindrical-coordinate representation of color #836710: hue angle of 45.39º 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 #836710 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB13110316-
CMYK00.210.880.49
HSL45.39º78.23%28.82%-
HSV(B)45.39º87.79%51.37%-
XYZ14.314.562.55-
YUV101.4579.78149.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.4%
GREEN value IS 103 (40.62% from 255) = 41.2%
BLUE value IS 16 (6.64% from 255) = 6.4%
R=52.4%
G=41.2%
B=6.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311031600.210.880.4945.3978.2328.82
Hex83671001558312d4e1d
Octal20314720025130615511635
Binary100000111100111100000101011011000110001101101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836710; }

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

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

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

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

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

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

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

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