#958649

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

Shades of Highball #958649

Tints of Highball #958649

Color information

#958649 (or 0x958649) is unknown color: approx Highball. HEX triplet: 95, 86 and 49. RGB value is (149,134,73). Sum of RGB (Red+Green+Blue) = 149+134+73=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #958649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958649 is #6A79B6. Grayscale: #838383. Windows color (decimal): -6977975 or 4818581. OLE color: 4818581.

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

Color convert

RGB14913473-
CMYK00.100.510.42
HSL48.16º34.23%43.53%-
HSV(B)48.16º51.01%58.43%-
XYZ22.1223.929.75-
YUV131.5394.97140.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.85%
GREEN value IS 134 (52.73% from 255) = 37.64%
BLUE value IS 73 (28.91% from 255) = 20.51%
R=41.85%
G=37.64%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491347300.100.510.4248.1634.2343.53
Hex9586490A332A30222c
Octal2252061110126352604254
Binary1001010110000110100100101010110011101010110000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958649; }

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

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

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

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

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

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

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

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