#958559

Color #958559 Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #958559

Tints of Clay Creek #958559

Color information

#958559 (or 0x958559) is unknown color: approx Clay Creek. HEX triplet: 95, 85 and 59. RGB value is (149,133,89). Sum of RGB (Red+Green+Blue) = 149+133+89=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #958559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958559 is #6A7AA6. Grayscale: #848484. Windows color (decimal): -6978215 or 5866901. OLE color: 5866901.

HSL color Cylindrical-coordinate representation of color #958559: hue angle of 44º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #958559 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14913389-
CMYK00.110.400.42
HSL44º25.21%46.67%-
HSV(B)44º40.27%58.43%-
XYZ22.5923.8912.87-
YUV132.77103.3139.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 133 (52.34% from 255) = 35.85%
BLUE value IS 89 (35.16% from 255) = 23.99%
R=40.16%
G=35.85%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491338900.110.400.424425.2146.67
Hex9585590B282A2c192f
Octal2252051310135052543157
Binary100101011000010110110010101110100010101010110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958559; }

 p { color: rgb(149,133,89); }

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

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

 a { background-color: rgb(149,133,89); }

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

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

 span { border-color: rgb(149,133,89); }

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