#868348

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

Shades of Highball #868348

Tints of Highball #868348

Color information

#868348 (or 0x868348) is unknown color: approx Highball. HEX triplet: 86, 83 and 48. RGB value is (134,131,72). Sum of RGB (Red+Green+Blue) = 134+131+72=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #868348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868348 is #797CB7. Grayscale: #7D7D7D. Windows color (decimal): -7961784 or 4752262. OLE color: 4752262.

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

Color convert

RGB13413172-
CMYK00.020.460.47
HSL57.1º30.1%40.39%-
HSV(B)57.1º46.27%52.55%-
XYZ19.1221.779.33-
YUV125.1797.99134.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.76%
GREEN value IS 131 (51.56% from 255) = 38.87%
BLUE value IS 72 (28.52% from 255) = 21.36%
R=39.76%
G=38.87%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341317200.020.460.4757.130.140.39
Hex868348022E2F391e28
Octal206203110025657713650
Binary1000011010000011100100001010111010111111100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868348; }

 p { color: rgb(134,131,72); }

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

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

 a { background-color: rgb(134,131,72); }

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

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

 span { border-color: rgb(134,131,72); }

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