#866526

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

Shades of Yukon Gold #866526

Tints of Yukon Gold #866526

Color information

#866526 (or 0x866526) is unknown color: approx Yukon Gold. HEX triplet: 86, 65 and 26. RGB value is (134,101,38). Sum of RGB (Red+Green+Blue) = 134+101+38=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #866526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866526 is #799AD9. Grayscale: #676767. Windows color (decimal): -7969498 or 2516358. OLE color: 2516358.

HSL color Cylindrical-coordinate representation of color #866526: hue angle of 39.37º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #866526 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB13410138-
CMYK00.250.720.47
HSL39.37º55.81%33.73%-
HSV(B)39.37º71.64%52.55%-
XYZ14.8414.523.85-
YUV103.6890.93149.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 38 (15.23% from 255) = 13.92%
R=49.08%
G=37.00%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341013800.250.720.4739.3755.8133.73
Hex866526019482F273822
Octal2061454603111057477042
Binary1000011011001011001100110011001000101111100111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866526; }

 p { color: rgb(134,101,38); }

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

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

 a { background-color: rgb(134,101,38); }

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

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

 span { border-color: rgb(134,101,38); }

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