#958840

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

Shades of Highball #958840

Tints of Highball #958840

Color information

#958840 (or 0x958840) is unknown color: approx Highball. HEX triplet: 95, 88 and 40. RGB value is (149,136,64). Sum of RGB (Red+Green+Blue) = 149+136+64=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #958840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958840 is #6A77BF. Grayscale: #838383. Windows color (decimal): -6977472 or 4229269. OLE color: 4229269.

HSL color Cylindrical-coordinate representation of color #958840: hue angle of 50.82º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #958840 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB14913664-
CMYK00.090.570.42
HSL50.82º39.91%41.76%-
HSV(B)50.82º57.05%58.43%-
XYZ22.1224.378.39-
YUV131.6889.81140.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.69%
GREEN value IS 136 (53.52% from 255) = 38.97%
BLUE value IS 64 (25.39% from 255) = 18.34%
R=42.69%
G=38.97%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491366400.090.570.4250.8239.9141.76
Hex95884009392A33282a
Octal2252101000117152635052
Binary1001010110001000100000001001111001101010110011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958840; }

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

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

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

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

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

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

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

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