#958342

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

Shades of Highball #958342

Tints of Highball #958342

Color information

#958342 (or 0x958342) is unknown color: approx Highball. HEX triplet: 95, 83 and 42. RGB value is (149,131,66). Sum of RGB (Red+Green+Blue) = 149+131+66=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #958342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958342 is #6A7CBD. Grayscale: #818181. Windows color (decimal): -6978750 or 4359061. OLE color: 4359061.

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

Color convert

RGB14913166-
CMYK00.120.560.42
HSL46.99º38.6%42.16%-
HSV(B)46.99º55.7%58.43%-
XYZ21.4923.028.46-
YUV128.9792.46142.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 131 (51.56% from 255) = 37.86%
BLUE value IS 66 (26.17% from 255) = 19.08%
R=43.06%
G=37.86%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491316600.120.560.4246.9938.642.16
Hex9583420C382A2f272a
Octal2252031020147052574752
Binary1001010110000011100001001100111000101010101111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958342; }

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

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

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

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

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

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

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

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