#826F0B

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

Shades of Yukon Gold #826F0B

Tints of Yukon Gold #826F0B

Color information

#826F0B (or 0x826F0B) is unknown color: approx Yukon Gold. HEX triplet: 82, 6F and 0B. RGB value is (130,111,11). Sum of RGB (Red+Green+Blue) = 130+111+11=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 111 (43.75% from 255 or 44.05% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #826F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826F0B is #7D90F4. Grayscale: #696969. Windows color (decimal): -8229109 or 749442. OLE color: 749442.

HSL color Cylindrical-coordinate representation of color #826F0B: hue angle of 50.42º 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 #826F0B is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB13011111-
CMYK00.150.920.49
HSL50.42º84.4%27.65%-
HSV(B)50.42º91.54%50.98%-
XYZ14.9516.142.64-
YUV105.2874.79145.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.59%
GREEN value IS 111 (43.75% from 255) = 44.05%
BLUE value IS 11 (4.69% from 255) = 4.37%
R=51.59%
G=44.05%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301111100.150.920.4950.4284.427.65
Hex826FB0F5C3132541c
Octal20215713017134616212434
Binary1000001011011111011011111011100110001110010101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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