#958558

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

Shades of Clay Creek #958558

Tints of Clay Creek #958558

Color information

#958558 (or 0x958558) is unknown color: approx Clay Creek. HEX triplet: 95, 85 and 58. RGB value is (149,133,88). Sum of RGB (Red+Green+Blue) = 149+133+88=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #958558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958558 is #6A7AA7. Grayscale: #848484. Windows color (decimal): -6978216 or 5801365. OLE color: 5801365.

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

Color convert

RGB14913388-
CMYK00.110.410.42
HSL44.26º25.74%46.47%-
HSV(B)44.26º40.94%58.43%-
XYZ22.5423.8712.65-
YUV132.65102.8139.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 88 (34.77% from 255) = 23.78%
R=40.27%
G=35.95%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491338800.110.410.4244.2625.7446.47
Hex9585580B292A2c1a2e
Octal2252051300135152543256
Binary100101011000010110110000101110100110101010110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958558; }

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

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

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

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

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

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

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

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