#82680D

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

Shades of Yukon Gold #82680D

Tints of Yukon Gold #82680D

Color information

#82680D (or 0x82680D) is unknown color: approx Yukon Gold. HEX triplet: 82, 68 and 0D. RGB value is (130,104,13). Sum of RGB (Red+Green+Blue) = 130+104+13=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #82680D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82680D is #7D97F2. Grayscale: #656565. Windows color (decimal): -8230899 or 878722. OLE color: 878722.

HSL color Cylindrical-coordinate representation of color #82680D: hue angle of 46.67º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82680D is Cyan = 0, Magento = 0.2, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB13010413-
CMYK00.20.90.49
HSL46.67º81.82%28.04%-
HSV(B)46.67º90%50.98%-
XYZ14.2314.682.46-
YUV101.478.11148.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.63%
GREEN value IS 104 (41.02% from 255) = 42.11%
BLUE value IS 13 (5.47% from 255) = 5.26%
R=52.63%
G=42.11%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301041300.20.90.4946.6781.8228.04
Hex8268D0145A312f521c
Octal20215015024132615712234
Binary10000010110100011010101001011010110001101111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82680D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82680D; }

 p { color: rgb(130,104,13); }

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

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

 a { background-color: rgb(130,104,13); }

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

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

 span { border-color: rgb(130,104,13); }

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