#958951

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

Shades of Clay Creek #958951

Tints of Clay Creek #958951

Color information

#958951 (or 0x958951) is unknown color: approx Clay Creek. HEX triplet: 95, 89 and 51. RGB value is (149,137,81). Sum of RGB (Red+Green+Blue) = 149+137+81=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #958951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958951 is #6A76AE. Grayscale: #868686. Windows color (decimal): -6977199 or 5343637. OLE color: 5343637.

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

Color convert

RGB14913781-
CMYK00.080.460.42
HSL49.41º29.57%45.1%-
HSV(B)49.41º45.64%58.43%-
XYZ22.8324.8711.38-
YUV134.297.98138.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 137 (53.91% from 255) = 37.33%
BLUE value IS 81 (32.03% from 255) = 22.07%
R=40.60%
G=37.33%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491378100.080.460.4249.4129.5745.1
Hex958951082E2A311e2d
Octal2252111210105652613655
Binary100101011000100110100010100010111010101011000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958951; }

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

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

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

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

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

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

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

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