#86884A

Color #86884A Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #86884A

Tints of Highball #86884A

Color information

#86884A (or 0x86884A) is unknown color: approx Highball. HEX triplet: 86, 88 and 4A. RGB value is (134,136,74). Sum of RGB (Red+Green+Blue) = 134+136+74=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 136 - color contains mainly: green. Hex color #86884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86884A is #7977B5. Grayscale: #808080. Windows color (decimal): -7960502 or 4884614. OLE color: 4884614.

HSL color Cylindrical-coordinate representation of color #86884A: hue angle of 61.94º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86884A is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB13413674-
CMYK0.0100.460.47
HSL61.94º29.52%41.18%-
HSV(B)61.94º45.59%53.33%-
XYZ19.8723.179.9-
YUV128.3397.34132.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 136 (53.52% from 255) = 39.53%
BLUE value IS 74 (29.30% from 255) = 21.51%
R=38.95%
G=39.53%
B=21.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134136740.0100.460.4761.9429.5241.18
Hex86884A102E2F3e1e29
Octal206210112105657763651
Binary100001101000100010010101010111010111111111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86884A; }

 p { color: rgb(134,136,74); }

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

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

 a { background-color: rgb(134,136,74); }

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

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

 span { border-color: rgb(134,136,74); }

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