#958D3C

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

Shades of Highball #958D3C

Tints of Highball #958D3C

Color information

#958D3C (or 0x958D3C) is unknown color: approx Highball. HEX triplet: 95, 8D and 3C. RGB value is (149,141,60). Sum of RGB (Red+Green+Blue) = 149+141+60=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #958D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958D3C is #6A72C3. Grayscale: #868686. Windows color (decimal): -6976196 or 3968405. OLE color: 3968405.

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

Color convert

RGB14914160-
CMYK00.050.600.42
HSL54.61º42.58%40.98%-
HSV(B)54.61º59.73%58.43%-
XYZ22.7325.778.05-
YUV134.1686.15138.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 141 (55.47% from 255) = 40.29%
BLUE value IS 60 (23.83% from 255) = 17.14%
R=42.57%
G=40.29%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491416000.050.600.4254.6142.5840.98
Hex958D3C053C2A372b29
Octal22521574057452675351
Binary10010101100011011111000101111100101010110111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,141,60); }

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

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

 a { background-color: rgb(149,141,60); }

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

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

 span { border-color: rgb(149,141,60); }

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