#886D1A

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

Shades of Yukon Gold #886D1A

Tints of Yukon Gold #886D1A

Color information

#886D1A (or 0x886D1A) is unknown color: approx Yukon Gold. HEX triplet: 88, 6D and 1A. RGB value is (136,109,26). Sum of RGB (Red+Green+Blue) = 136+109+26=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #886D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886D1A is #7792E5. Grayscale: #6B6B6B. Windows color (decimal): -7836390 or 1731976. OLE color: 1731976.

HSL color Cylindrical-coordinate representation of color #886D1A: hue angle of 45.27º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #886D1A is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB13610926-
CMYK00.200.810.47
HSL45.27º67.9%31.76%-
HSV(B)45.27º80.88%53.33%-
XYZ15.8116.253.28-
YUV107.6181.95148.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 109 (42.97% from 255) = 40.22%
BLUE value IS 26 (10.55% from 255) = 9.59%
R=50.18%
G=40.22%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361092600.200.810.4745.2767.931.76
Hex886D1A014512F2d4420
Octal21015532024121575510440
Binary1000100011011011101001010010100011011111011011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886D1A; }

 p { color: rgb(136,109,26); }

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

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

 a { background-color: rgb(136,109,26); }

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

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

 span { border-color: rgb(136,109,26); }

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