#958F3D

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

Shades of Highball #958F3D

Tints of Highball #958F3D

Color information

#958F3D (or 0x958F3D) is unknown color: approx Highball. HEX triplet: 95, 8F and 3D. RGB value is (149,143,61). Sum of RGB (Red+Green+Blue) = 149+143+61=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #958F3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958F3D is #6A70C2. Grayscale: #878787. Windows color (decimal): -6975683 or 4034453. OLE color: 4034453.

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

Color convert

RGB14914361-
CMYK00.040.590.42
HSL55.91º41.9%41.18%-
HSV(B)55.91º59.06%58.43%-
XYZ23.0626.378.29-
YUV135.4585.99137.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 143 (56.25% from 255) = 40.51%
BLUE value IS 61 (24.22% from 255) = 17.28%
R=42.21%
G=40.51%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491436100.040.590.4255.9141.941.18
Hex958F3D043B2A382a29
Octal22521775047352705251
Binary10010101100011111111010100111011101010111000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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