#958E3F

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

Shades of Highball #958E3F

Tints of Highball #958E3F

Color information

#958E3F (or 0x958E3F) is unknown color: approx Highball. HEX triplet: 95, 8E and 3F. RGB value is (149,142,63). Sum of RGB (Red+Green+Blue) = 149+142+63=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #958E3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E3F is #6A71C0. Grayscale: #878787. Windows color (decimal): -6975937 or 4165269. OLE color: 4165269.

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

Color convert

RGB14914263-
CMYK00.050.580.42
HSL55.12º40.57%41.57%-
HSV(B)55.12º57.72%58.43%-
XYZ22.9626.098.53-
YUV135.0987.32137.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.09%
GREEN value IS 142 (55.86% from 255) = 40.11%
BLUE value IS 63 (25% from 255) = 17.80%
R=42.09%
G=40.11%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491426300.050.580.4255.1240.5741.57
Hex958E3F053A2A37292a
Octal22521677057252675152
Binary10010101100011101111110101111010101010110111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958E3F; }

 p { color: rgb(149,142,63); }

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

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

 a { background-color: rgb(149,142,63); }

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

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

 span { border-color: rgb(149,142,63); }

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