#826615

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

Shades of Yukon Gold #826615

Tints of Yukon Gold #826615

Color information

#826615 (or 0x826615) is unknown color: approx Yukon Gold. HEX triplet: 82, 66 and 15. RGB value is (130,102,21). Sum of RGB (Red+Green+Blue) = 130+102+21=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #826615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826615 is #7D99EA. Grayscale: #656565. Windows color (decimal): -8231403 or 1402498. OLE color: 1402498.

HSL color Cylindrical-coordinate representation of color #826615: hue angle of 44.59º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #826615 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB13010221-
CMYK00.220.840.49
HSL44.59º72.19%29.61%-
HSV(B)44.59º83.85%50.98%-
XYZ14.0914.32.73-
YUV101.1482.78148.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.38%
GREEN value IS 102 (40.23% from 255) = 40.32%
BLUE value IS 21 (8.59% from 255) = 8.30%
R=51.38%
G=40.32%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301022100.220.840.4944.5972.1929.61
Hex82661501654312d481e
Octal20214625026124615511036
Binary100000101100110101010101101010100110001101101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826615; }

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

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

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

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

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

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

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

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