#886C1B

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

Shades of Yukon Gold #886C1B

Tints of Yukon Gold #886C1B

Color information

#886C1B (or 0x886C1B) is unknown color: approx Yukon Gold. HEX triplet: 88, 6C and 1B. RGB value is (136,108,27). Sum of RGB (Red+Green+Blue) = 136+108+27=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #886C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886C1B is #7793E4. Grayscale: #6B6B6B. Windows color (decimal): -7836645 or 1797256. OLE color: 1797256.

HSL color Cylindrical-coordinate representation of color #886C1B: hue angle of 44.59º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #886C1B is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB13610827-
CMYK00.210.800.47
HSL44.59º66.87%31.96%-
HSV(B)44.59º80.15%53.33%-
XYZ15.7116.043.3-
YUV107.1482.78148.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 108 (42.58% from 255) = 39.85%
BLUE value IS 27 (10.94% from 255) = 9.96%
R=50.18%
G=39.85%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361082700.210.800.4744.5966.8731.96
Hex886C1B015502F2d4320
Octal21015433025120575510340
Binary1000100011011001101101010110100001011111011011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,108,27); }

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

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

 a { background-color: rgb(136,108,27); }

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

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

 span { border-color: rgb(136,108,27); }

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