#958456

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

Shades of Clay Creek #958456

Tints of Clay Creek #958456

Color information

#958456 (or 0x958456) is unknown color: approx Clay Creek. HEX triplet: 95, 84 and 56. RGB value is (149,132,86). Sum of RGB (Red+Green+Blue) = 149+132+86=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #958456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958456 is #6A7BA9. Grayscale: #848484. Windows color (decimal): -6978474 or 5670037. OLE color: 5670037.

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

Color convert

RGB14913286-
CMYK00.110.420.42
HSL43.81º26.81%46.08%-
HSV(B)43.81º42.28%58.43%-
XYZ22.3323.5612.18-
YUV131.84102.13140.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 86 (33.98% from 255) = 23.43%
R=40.60%
G=35.97%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491328600.110.420.4243.8126.8146.08
Hex9584560B2A2A2c1b2e
Octal2252041260135252543356
Binary100101011000010010101100101110101010101010110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958456; }

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

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

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

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

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

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

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

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