#826627

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

Shades of Yukon Gold #826627

Tints of Yukon Gold #826627

Color information

#826627 (or 0x826627) is unknown color: approx Yukon Gold. HEX triplet: 82, 66 and 27. RGB value is (130,102,39). Sum of RGB (Red+Green+Blue) = 130+102+39=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #826627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826627 is #7D99D8. Grayscale: #676767. Windows color (decimal): -8231385 or 2582146. OLE color: 2582146.

HSL color Cylindrical-coordinate representation of color #826627: hue angle of 41.54º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #826627 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB13010239-
CMYK00.220.700.49
HSL41.54º53.85%33.14%-
HSV(B)41.54º70%50.98%-
XYZ14.3214.43.94-
YUV103.1991.78147.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 102 (40.23% from 255) = 37.64%
BLUE value IS 39 (15.62% from 255) = 14.39%
R=47.97%
G=37.64%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301023900.220.700.4941.5453.8533.14
Hex82662701646312a3621
Octal2021464702610661526641
Binary1000001011001101001110101101000110110001101010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826627; }

 p { color: rgb(130,102,39); }

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

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

 a { background-color: rgb(130,102,39); }

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

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

 span { border-color: rgb(130,102,39); }

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