#958E57

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

Shades of Clay Creek #958E57

Tints of Clay Creek #958E57

Color information

#958E57 (or 0x958E57) is unknown color: approx Clay Creek. HEX triplet: 95, 8E and 57. RGB value is (149,142,87). Sum of RGB (Red+Green+Blue) = 149+142+87=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #958E57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E57 is #6A71A8. Grayscale: #8A8A8A. Windows color (decimal): -6975913 or 5738133. OLE color: 5738133.

HSL color Cylindrical-coordinate representation of color #958E57: hue angle of 53.23º 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 #958E57 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB14914287-
CMYK00.050.420.42
HSL53.23º26.27%46.27%-
HSV(B)53.23º41.61%58.43%-
XYZ23.7926.4212.86-
YUV137.8299.32135.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.42%
GREEN value IS 142 (55.86% from 255) = 37.57%
BLUE value IS 87 (34.38% from 255) = 23.02%
R=39.42%
G=37.57%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491428700.050.420.4253.2326.2746.27
Hex958E57052A2A351a2e
Octal225216127055252653256
Binary10010101100011101010111010110101010101011010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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