#868446

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

Shades of Highball #868446

Tints of Highball #868446

Color information

#868446 (or 0x868446) is unknown color: approx Highball. HEX triplet: 86, 84 and 46. RGB value is (134,132,70). Sum of RGB (Red+Green+Blue) = 134+132+70=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 134 - color contains mainly: red. Hex color #868446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868446 is #797BB9. Grayscale: #7D7D7D. Windows color (decimal): -7961530 or 4621446. OLE color: 4621446.

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

Color convert

RGB13413270-
CMYK00.010.480.47
HSL58.12º31.37%40%-
HSV(B)58.12º47.76%52.55%-
XYZ19.1922.019.03-
YUV125.5396.66134.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.88%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 70 (27.73% from 255) = 20.83%
R=39.88%
G=39.29%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341327000.010.480.4758.1231.3740
Hex86844601302F3a1f28
Octal206204106016057723750
Binary100001101000010010001100111000010111111101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868446; }

 p { color: rgb(134,132,70); }

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

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

 a { background-color: rgb(134,132,70); }

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

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

 span { border-color: rgb(134,132,70); }

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