#886A1B

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

Shades of Yukon Gold #886A1B

Tints of Yukon Gold #886A1B

Color information

#886A1B (or 0x886A1B) is unknown color: approx Yukon Gold. HEX triplet: 88, 6A and 1B. RGB value is (136,106,27). Sum of RGB (Red+Green+Blue) = 136+106+27=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #886A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A1B is #7795E4. Grayscale: #6A6A6A. Windows color (decimal): -7837157 or 1796744. OLE color: 1796744.

HSL color Cylindrical-coordinate representation of color #886A1B: hue angle of 43.49º 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 #886A1B is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB13610627-
CMYK00.220.800.47
HSL43.49º66.87%31.96%-
HSV(B)43.49º80.15%53.33%-
XYZ15.5115.623.23-
YUV105.9683.44149.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.56%
GREEN value IS 106 (41.80% from 255) = 39.41%
BLUE value IS 27 (10.94% from 255) = 10.04%
R=50.56%
G=39.41%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361062700.220.800.4743.4966.8731.96
Hex886A1B016502F2b4320
Octal21015233026120575310340
Binary1000100011010101101101011010100001011111010111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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