#958858

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

Shades of Clay Creek #958858

Tints of Clay Creek #958858

Color information

#958858 (or 0x958858) is unknown color: approx Clay Creek. HEX triplet: 95, 88 and 58. RGB value is (149,136,88). Sum of RGB (Red+Green+Blue) = 149+136+88=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #958858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958858 is #6A77A7. Grayscale: #868686. Windows color (decimal): -6977448 or 5802133. OLE color: 5802133.

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

Color convert

RGB14913688-
CMYK00.090.410.42
HSL47.21º25.74%46.47%-
HSV(B)47.21º40.94%58.43%-
XYZ22.9624.712.79-
YUV134.42101.81138.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 136 (53.52% from 255) = 36.46%
BLUE value IS 88 (34.77% from 255) = 23.59%
R=39.95%
G=36.46%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491368800.090.410.4247.2125.7446.47
Hex95885809292A2f1a2e
Octal2252101300115152573256
Binary100101011000100010110000100110100110101010111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958858; }

 p { color: rgb(149,136,88); }

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

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

 a { background-color: rgb(149,136,88); }

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

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

 span { border-color: rgb(149,136,88); }

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