#826C0C

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

Shades of Yukon Gold #826C0C

Tints of Yukon Gold #826C0C

Color information

#826C0C (or 0x826C0C) is unknown color: approx Yukon Gold. HEX triplet: 82, 6C and 0C. RGB value is (130,108,12). Sum of RGB (Red+Green+Blue) = 130+108+12=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #826C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826C0C is #7D93F3. Grayscale: #686868. Windows color (decimal): -8229876 or 814210. OLE color: 814210.

HSL color Cylindrical-coordinate representation of color #826C0C: hue angle of 48.81º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #826C0C is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB13010812-
CMYK00.170.910.49
HSL48.81º83.1%27.84%-
HSV(B)48.81º90.77%50.98%-
XYZ14.6315.52.57-
YUV103.6376.29146.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52%
GREEN value IS 108 (42.58% from 255) = 43.2%
BLUE value IS 12 (5.08% from 255) = 4.8%
R=52%
G=43.2%
B=4.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301081200.170.910.4948.8183.127.84
Hex826CC0115B3131531c
Octal20215414021133616112334
Binary10000010110110011000100011011011110001110001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,108,12); }

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

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

 a { background-color: rgb(130,108,12); }

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

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

 span { border-color: rgb(130,108,12); }

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