#826F0E

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

Shades of Yukon Gold #826F0E

Tints of Yukon Gold #826F0E

Color information

#826F0E (or 0x826F0E) is unknown color: approx Yukon Gold. HEX triplet: 82, 6F and 0E. RGB value is (130,111,14). Sum of RGB (Red+Green+Blue) = 130+111+14=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #826F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826F0E is #7D90F1. Grayscale: #6A6A6A. Windows color (decimal): -8229106 or 946050. OLE color: 946050.

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

Color convert

RGB13011114-
CMYK00.150.890.49
HSL50.17º80.56%28.24%-
HSV(B)50.17º89.23%50.98%-
XYZ14.9716.152.74-
YUV105.6276.29145.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.98%
GREEN value IS 111 (43.75% from 255) = 43.53%
BLUE value IS 14 (5.86% from 255) = 5.49%
R=50.98%
G=43.53%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301111400.150.890.4950.1780.5628.24
Hex826FE0F593132511c
Octal20215716017131616212134
Binary1000001011011111110011111011001110001110010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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