#958D56

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

Shades of Clay Creek #958D56

Tints of Clay Creek #958D56

Color information

#958D56 (or 0x958D56) is unknown color: approx Clay Creek. HEX triplet: 95, 8D and 56. RGB value is (149,141,86). Sum of RGB (Red+Green+Blue) = 149+141+86=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #958D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D56 is #6A72A9. Grayscale: #898989. Windows color (decimal): -6976170 or 5672341. OLE color: 5672341.

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

Color convert

RGB14914186-
CMYK00.050.420.42
HSL52.38º26.81%46.08%-
HSV(B)52.38º42.28%58.43%-
XYZ23.626.1112.6-
YUV137.1299.15136.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 141 (55.47% from 255) = 37.5%
BLUE value IS 86 (33.98% from 255) = 22.87%
R=39.63%
G=37.5%
B=22.87%

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
Decimal1491418600.050.420.4252.3826.8146.08
Hex958D56052A2A341b2e
Octal225215126055252643356
Binary10010101100011011010110010110101010101011010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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