#958657

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

Shades of Clay Creek #958657

Tints of Clay Creek #958657

Color information

#958657 (or 0x958657) is unknown color: approx Clay Creek. HEX triplet: 95, 86 and 57. RGB value is (149,134,87). Sum of RGB (Red+Green+Blue) = 149+134+87=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #958657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958657 is #6A79A8. Grayscale: #858585. Windows color (decimal): -6977961 or 5736085. OLE color: 5736085.

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

Color convert

RGB14913487-
CMYK00.100.420.42
HSL45.48º26.27%46.27%-
HSV(B)45.48º41.61%58.43%-
XYZ22.6424.1312.48-
YUV133.13101.97139.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 134 (52.73% from 255) = 36.22%
BLUE value IS 87 (34.38% from 255) = 23.51%
R=40.27%
G=36.22%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491348700.100.420.4245.4826.2746.27
Hex9586570A2A2A2d1a2e
Octal2252061270125252553256
Binary100101011000011010101110101010101010101010110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958657; }

 p { color: rgb(149,134,87); }

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

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

 a { background-color: rgb(149,134,87); }

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

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

 span { border-color: rgb(149,134,87); }

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