#958646

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

Shades of Highball #958646

Tints of Highball #958646

Color information

#958646 (or 0x958646) is unknown color: approx Highball. HEX triplet: 95, 86 and 46. RGB value is (149,134,70). Sum of RGB (Red+Green+Blue) = 149+134+70=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #958646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958646 is #6A79B9. Grayscale: #838383. Windows color (decimal): -6977978 or 4621973. OLE color: 4621973.

HSL color Cylindrical-coordinate representation of color #958646: hue angle of 48.61º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #958646 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB14913470-
CMYK00.100.530.42
HSL48.61º36.07%42.94%-
HSV(B)48.61º53.02%58.43%-
XYZ22.0323.889.24-
YUV131.1993.47140.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 134 (52.73% from 255) = 37.96%
BLUE value IS 70 (27.73% from 255) = 19.83%
R=42.21%
G=37.96%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491347000.100.530.4248.6136.0742.94
Hex9586460A352A31242b
Octal2252061060126552614453
Binary1001010110000110100011001010110101101010110001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958646; }

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

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

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

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

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

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

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

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