#958D59

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

Shades of Clay Creek #958D59

Tints of Clay Creek #958D59

Color information

#958D59 (or 0x958D59) is unknown color: approx Clay Creek. HEX triplet: 95, 8D and 59. RGB value is (149,141,89). Sum of RGB (Red+Green+Blue) = 149+141+89=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #958D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D59 is #6A72A6. Grayscale: #898989. Windows color (decimal): -6976167 or 5868949. OLE color: 5868949.

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

Color convert

RGB14914189-
CMYK00.050.400.42
HSL52º25.21%46.67%-
HSV(B)52º40.27%58.43%-
XYZ23.7226.1613.25-
YUV137.46100.65136.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.31%
GREEN value IS 141 (55.47% from 255) = 37.20%
BLUE value IS 89 (35.16% from 255) = 23.48%
R=39.31%
G=37.20%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491418900.050.400.425225.2146.67
Hex958D5905282A34192f
Octal225215131055052643157
Binary10010101100011011011001010110100010101011010011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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