#958F41

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

Shades of Highball #958F41

Tints of Highball #958F41

Color information

#958F41 (or 0x958F41) is unknown color: approx Highball. HEX triplet: 95, 8F and 41. RGB value is (149,143,65). Sum of RGB (Red+Green+Blue) = 149+143+65=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #958F41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958F41 is #6A70BE. Grayscale: #888888. Windows color (decimal): -6975679 or 4296597. OLE color: 4296597.

HSL color Cylindrical-coordinate representation of color #958F41: hue angle of 55.71º 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 #958F41 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB14914365-
CMYK00.040.560.42
HSL55.71º39.25%41.96%-
HSV(B)55.71º56.38%58.43%-
XYZ23.1726.428.88-
YUV135.987.99137.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 143 (56.25% from 255) = 40.06%
BLUE value IS 65 (25.78% from 255) = 18.21%
R=41.74%
G=40.06%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491436500.040.560.4255.7139.2541.96
Hex958F4104382A38272a
Octal225217101047052704752
Binary100101011000111110000010100111000101010111000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,143,65); }

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

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

 a { background-color: rgb(149,143,65); }

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

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

 span { border-color: rgb(149,143,65); }

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