#888645

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

Shades of Highball #888645

Tints of Highball #888645

Color information

#888645 (or 0x888645) is unknown color: approx Highball. HEX triplet: 88, 86 and 45. RGB value is (136,134,69). Sum of RGB (Red+Green+Blue) = 136+134+69=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #888645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888645 is #7779BA. Grayscale: #7F7F7F. Windows color (decimal): -7829947 or 4556424. OLE color: 4556424.

HSL color Cylindrical-coordinate representation of color #888645: hue angle of 58.21º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #888645 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB13613469-
CMYK00.010.490.47
HSL58.21º32.68%40.2%-
HSV(B)58.21º49.26%53.33%-
XYZ19.7522.718.97-
YUV127.1995.16134.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.12%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 69 (27.34% from 255) = 20.35%
R=40.12%
G=39.53%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361346900.010.490.4758.2132.6840.2
Hex88864501312F3a2128
Octal210206105016157724150
Binary1000100010000110100010101110001101111111010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888645; }

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

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

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

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

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

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

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

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