#958356

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

Shades of Clay Creek #958356

Tints of Clay Creek #958356

Color information

#958356 (or 0x958356) is unknown color: approx Clay Creek. HEX triplet: 95, 83 and 56. RGB value is (149,131,86). Sum of RGB (Red+Green+Blue) = 149+131+86=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #958356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958356 is #6A7CA9. Grayscale: #838383. Windows color (decimal): -6978730 or 5669781. OLE color: 5669781.

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

Color convert

RGB14913186-
CMYK00.120.420.42
HSL42.86º26.81%46.08%-
HSV(B)42.86º42.28%58.43%-
XYZ22.1923.2912.13-
YUV131.25102.46140.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 86 (33.98% from 255) = 23.50%
R=40.71%
G=35.79%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491318600.120.420.4242.8626.8146.08
Hex9583560C2A2A2b1b2e
Octal2252031260145252533356
Binary100101011000001110101100110010101010101010101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958356; }

 p { color: rgb(149,131,86); }

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

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

 a { background-color: rgb(149,131,86); }

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

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

 span { border-color: rgb(149,131,86); }

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