#868840

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

Shades of Highball #868840

Tints of Highball #868840

Color information

#868840 (or 0x868840) is unknown color: approx Highball. HEX triplet: 86, 88 and 40. RGB value is (134,136,64). Sum of RGB (Red+Green+Blue) = 134+136+64=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #868840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868840 is #7977BF. Grayscale: #7F7F7F. Windows color (decimal): -7960512 or 4229254. OLE color: 4229254.

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

Color convert

RGB13413664-
CMYK0.0100.530.47
HSL61.67º36%39.22%-
HSV(B)61.67º52.94%53.33%-
XYZ19.5623.058.27-
YUV127.1992.34132.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.12%
GREEN value IS 136 (53.52% from 255) = 40.72%
BLUE value IS 64 (25.39% from 255) = 19.16%
R=40.12%
G=40.72%
B=19.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134136640.0100.530.4761.673639.22
Hex86884010352F3e2427
Octal206210100106557764447
Binary1000011010001000100000010110101101111111110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868840; }

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

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

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

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

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

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

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

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