#83680F

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

Shades of Yukon Gold #83680F

Tints of Yukon Gold #83680F

Color information

#83680F (or 0x83680F) is unknown color: approx Yukon Gold. HEX triplet: 83, 68 and 0F. RGB value is (131,104,15). Sum of RGB (Red+Green+Blue) = 131+104+15=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #83680F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83680F is #7C97F0. Grayscale: #666666. Windows color (decimal): -8165361 or 1009795. OLE color: 1009795.

HSL color Cylindrical-coordinate representation of color #83680F: hue angle of 46.03º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83680F is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB13110415-
CMYK00.210.890.49
HSL46.03º79.45%28.63%-
HSV(B)46.03º88.55%51.37%-
XYZ14.414.762.54-
YUV101.9378.95148.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.4%
GREEN value IS 104 (41.02% from 255) = 41.6%
BLUE value IS 15 (6.25% from 255) = 6%
R=52.4%
G=41.6%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311041500.210.890.4946.0379.4528.63
Hex8368F01559312e4f1d
Octal20315017025131615611735
Binary10000011110100011110101011011001110001101110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83680F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83680F; }

 p { color: rgb(131,104,15); }

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

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

 a { background-color: rgb(131,104,15); }

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

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

 span { border-color: rgb(131,104,15); }

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