#826613

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

Shades of Yukon Gold #826613

Tints of Yukon Gold #826613

Color information

#826613 (or 0x826613) is unknown color: approx Yukon Gold. HEX triplet: 82, 66 and 13. RGB value is (130,102,19). Sum of RGB (Red+Green+Blue) = 130+102+19=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #826613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826613 is #7D99EC. Grayscale: #656565. Windows color (decimal): -8231405 or 1271426. OLE color: 1271426.

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

Color convert

RGB13010219-
CMYK00.220.850.49
HSL44.86º74.5%29.22%-
HSV(B)44.86º85.38%50.98%-
XYZ14.0714.32.63-
YUV100.9181.78148.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.79%
GREEN value IS 102 (40.23% from 255) = 40.64%
BLUE value IS 19 (7.81% from 255) = 7.57%
R=51.79%
G=40.64%
B=7.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301021900.220.850.4944.8674.529.22
Hex82661301655312d4a1d
Octal20214623026125615511235
Binary100000101100110100110101101010101110001101101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826613; }

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

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

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

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

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

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

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

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