#958C4C

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

Shades of Highball #958C4C

Tints of Highball #958C4C

Color information

#958C4C (or 0x958C4C) is unknown color: approx Highball. HEX triplet: 95, 8C and 4C. RGB value is (149,140,76). Sum of RGB (Red+Green+Blue) = 149+140+76=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #958C4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958C4C is #6A73B3. Grayscale: #878787. Windows color (decimal): -6976436 or 5016725. OLE color: 5016725.

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

Color convert

RGB14914076-
CMYK00.060.490.42
HSL52.6º32.44%44.12%-
HSV(B)52.6º48.99%58.43%-
XYZ23.0825.6710.58-
YUV135.3994.48137.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 140 (55.08% from 255) = 38.36%
BLUE value IS 76 (30.08% from 255) = 20.82%
R=40.82%
G=38.36%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491407600.060.490.4252.632.4444.12
Hex958C4C06312A35202c
Octal225214114066152654054
Binary100101011000110010011000110110001101010110101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,140,76); }

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

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

 a { background-color: rgb(149,140,76); }

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

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

 span { border-color: rgb(149,140,76); }

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