#958959

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

Shades of Clay Creek #958959

Tints of Clay Creek #958959

Color information

#958959 (or 0x958959) is unknown color: approx Clay Creek. HEX triplet: 95, 89 and 59. RGB value is (149,137,89). Sum of RGB (Red+Green+Blue) = 149+137+89=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #958959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958959 is #6A76A6. Grayscale: #878787. Windows color (decimal): -6977191 or 5867925. OLE color: 5867925.

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

Color convert

RGB14913789-
CMYK00.080.400.42
HSL48º25.21%46.67%-
HSV(B)48º40.27%58.43%-
XYZ23.142513.06-
YUV135.12101.98137.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.73%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 89 (35.16% from 255) = 23.73%
R=39.73%
G=36.53%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491378900.080.400.424825.2146.67
Hex95895908282A30192f
Octal2252111310105052603157
Binary100101011000100110110010100010100010101011000011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958959; }

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

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

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

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

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

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

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

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