#866812

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

Shades of Yukon Gold #866812

Tints of Yukon Gold #866812

Color information

#866812 (or 0x866812) is unknown color: approx Yukon Gold. HEX triplet: 86, 68 and 12. RGB value is (134,104,18). Sum of RGB (Red+Green+Blue) = 134+104+18=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #866812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866812 is #7997ED. Grayscale: #676767. Windows color (decimal): -7968750 or 1206406. OLE color: 1206406.

HSL color Cylindrical-coordinate representation of color #866812: hue angle of 44.48º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #866812 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB13410418-
CMYK00.220.870.47
HSL44.48º76.32%29.8%-
HSV(B)44.48º86.57%52.55%-
XYZ14.8915.012.69-
YUV103.1779.94149.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.34%
GREEN value IS 104 (41.02% from 255) = 40.62%
BLUE value IS 18 (7.42% from 255) = 7.03%
R=52.34%
G=40.62%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341041800.220.870.4744.4876.3229.8
Hex866812016572F2c4c1e
Octal20615022026127575411436
Binary100001101101000100100101101010111101111101100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866812; }

 p { color: rgb(134,104,18); }

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

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

 a { background-color: rgb(134,104,18); }

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

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

 span { border-color: rgb(134,104,18); }

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