#826A0B

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

Shades of Yukon Gold #826A0B

Tints of Yukon Gold #826A0B

Color information

#826A0B (or 0x826A0B) is unknown color: approx Yukon Gold. HEX triplet: 82, 6A and 0B. RGB value is (130,106,11). Sum of RGB (Red+Green+Blue) = 130+106+11=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #826A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826A0B is #7D95F4. Grayscale: #666666. Windows color (decimal): -8230389 or 748162. OLE color: 748162.

HSL color Cylindrical-coordinate representation of color #826A0B: hue angle of 47.9º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #826A0B is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB13010611-
CMYK00.180.920.49
HSL47.9º84.4%27.65%-
HSV(B)47.9º91.54%50.98%-
XYZ14.4215.082.47-
YUV102.3576.45147.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.63%
GREEN value IS 106 (41.80% from 255) = 42.91%
BLUE value IS 11 (4.69% from 255) = 4.45%
R=52.63%
G=42.91%
B=4.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301061100.180.920.4947.984.427.65
Hex826AB0125C3130541c
Octal20215213022134616012434
Binary10000010110101010110100101011100110001110000101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826A0B; }

 p { color: rgb(130,106,11); }

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

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

 a { background-color: rgb(130,106,11); }

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

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

 span { border-color: rgb(130,106,11); }

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