#826B0E

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

Shades of Yukon Gold #826B0E

Tints of Yukon Gold #826B0E

Color information

#826B0E (or 0x826B0E) is unknown color: approx Yukon Gold. HEX triplet: 82, 6B and 0E. RGB value is (130,107,14). Sum of RGB (Red+Green+Blue) = 130+107+14=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #826B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826B0E is #7D94F1. Grayscale: #676767. Windows color (decimal): -8230130 or 945026. OLE color: 945026.

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

Color convert

RGB13010714-
CMYK00.180.890.49
HSL48.1º80.56%28.24%-
HSV(B)48.1º89.23%50.98%-
XYZ14.5415.292.6-
YUV103.2877.62147.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.79%
GREEN value IS 107 (42.19% from 255) = 42.63%
BLUE value IS 14 (5.86% from 255) = 5.58%
R=51.79%
G=42.63%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301071400.180.890.4948.180.5628.24
Hex826BE012593130511c
Octal20215316022131616012134
Binary10000010110101111100100101011001110001110000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,107,14); }

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

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

 a { background-color: rgb(130,107,14); }

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

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

 span { border-color: rgb(130,107,14); }

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