#958956

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

Shades of Clay Creek #958956

Tints of Clay Creek #958956

Color information

#958956 (or 0x958956) is unknown color: approx Clay Creek. HEX triplet: 95, 89 and 56. RGB value is (149,137,86). Sum of RGB (Red+Green+Blue) = 149+137+86=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #958956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958956 is #6A76A9. Grayscale: #868686. Windows color (decimal): -6977194 or 5671317. OLE color: 5671317.

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

Color convert

RGB14913786-
CMYK00.080.420.42
HSL48.57º26.81%46.08%-
HSV(B)48.57º42.28%58.43%-
XYZ23.0224.9512.41-
YUV134.77100.48138.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 137 (53.91% from 255) = 36.83%
BLUE value IS 86 (33.98% from 255) = 23.12%
R=40.05%
G=36.83%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491378600.080.420.4248.5726.8146.08
Hex958956082A2A311b2e
Octal2252111260105252613356
Binary100101011000100110101100100010101010101011000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958956; }

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

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

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

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

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

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

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

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