#958345

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

Shades of Highball #958345

Tints of Highball #958345

Color information

#958345 (or 0x958345) is unknown color: approx Highball. HEX triplet: 95, 83 and 45. RGB value is (149,131,69). Sum of RGB (Red+Green+Blue) = 149+131+69=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #958345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958345 is #6A7CBA. Grayscale: #818181. Windows color (decimal): -6978747 or 4555669. OLE color: 4555669.

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

Color convert

RGB14913169-
CMYK00.120.540.42
HSL46.5º36.7%42.75%-
HSV(B)46.5º53.69%58.43%-
XYZ21.5823.058.94-
YUV129.3193.96142.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.69%
GREEN value IS 131 (51.56% from 255) = 37.54%
BLUE value IS 69 (27.34% from 255) = 19.77%
R=42.69%
G=37.54%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491316900.120.540.4246.536.742.75
Hex9583450C362A2e252b
Octal2252031050146652564553
Binary1001010110000011100010101100110110101010101110100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958345; }

 p { color: rgb(149,131,69); }

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

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

 a { background-color: rgb(149,131,69); }

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

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

 span { border-color: rgb(149,131,69); }

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