#886B1B

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

Shades of Yukon Gold #886B1B

Tints of Yukon Gold #886B1B

Color information

#886B1B (or 0x886B1B) is unknown color: approx Yukon Gold. HEX triplet: 88, 6B and 1B. RGB value is (136,107,27). Sum of RGB (Red+Green+Blue) = 136+107+27=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #886B1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886B1B is #7794E4. Grayscale: #6A6A6A. Windows color (decimal): -7836901 or 1797000. OLE color: 1797000.

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

Color convert

RGB13610727-
CMYK00.210.800.47
HSL44.04º66.87%31.96%-
HSV(B)44.04º80.15%53.33%-
XYZ15.6115.833.27-
YUV106.5583.11149-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.37%
GREEN value IS 107 (42.19% from 255) = 39.63%
BLUE value IS 27 (10.94% from 255) = 10%
R=50.37%
G=39.63%
B=10%

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
Decimal1361072700.210.800.4744.0466.8731.96
Hex886B1B015502F2c4320
Octal21015333025120575410340
Binary1000100011010111101101010110100001011111011001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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