#958555

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

Shades of Clay Creek #958555

Tints of Clay Creek #958555

Color information

#958555 (or 0x958555) is unknown color: approx Clay Creek. HEX triplet: 95, 85 and 55. RGB value is (149,133,85). Sum of RGB (Red+Green+Blue) = 149+133+85=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #958555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958555 is #6A7AAA. Grayscale: #848484. Windows color (decimal): -6978219 or 5604757. OLE color: 5604757.

HSL color Cylindrical-coordinate representation of color #958555: hue angle of 45º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #958555 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB14913385-
CMYK00.110.430.42
HSL45º27.35%45.88%-
HSV(B)45º42.95%58.43%-
XYZ22.4223.8212.01-
YUV132.31101.3139.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 133 (52.34% from 255) = 36.24%
BLUE value IS 85 (33.59% from 255) = 23.16%
R=40.60%
G=36.24%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491338500.110.430.424527.3545.88
Hex9585550B2B2A2d1b2e
Octal2252051250135352553356
Binary100101011000010110101010101110101110101010110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958555; }

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

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

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

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

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

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

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

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