#958551

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

Shades of Clay Creek #958551

Tints of Clay Creek #958551

Color information

#958551 (or 0x958551) is unknown color: approx Clay Creek. HEX triplet: 95, 85 and 51. RGB value is (149,133,81). Sum of RGB (Red+Green+Blue) = 149+133+81=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #958551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958551 is #6A7AAE. Grayscale: #848484. Windows color (decimal): -6978223 or 5342613. OLE color: 5342613.

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

Color convert

RGB14913381-
CMYK00.110.460.42
HSL45.88º29.57%45.1%-
HSV(B)45.88º45.64%58.43%-
XYZ22.2723.7611.2-
YUV131.8699.3140.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.05%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 81 (32.03% from 255) = 22.31%
R=41.05%
G=36.64%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491338100.110.460.4245.8829.5745.1
Hex9585510B2E2A2e1e2d
Octal2252051210135652563655
Binary100101011000010110100010101110111010101010111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958551; }

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

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

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

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

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

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

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

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