#958656

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

Shades of Clay Creek #958656

Tints of Clay Creek #958656

Color information

#958656 (or 0x958656) is unknown color: approx Clay Creek. HEX triplet: 95, 86 and 56. RGB value is (149,134,86). Sum of RGB (Red+Green+Blue) = 149+134+86=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #958656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958656 is #6A79A9. Grayscale: #858585. Windows color (decimal): -6977962 or 5670549. OLE color: 5670549.

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

Color convert

RGB14913486-
CMYK00.100.420.42
HSL45.71º26.81%46.08%-
HSV(B)45.71º42.28%58.43%-
XYZ22.624.1112.27-
YUV133.01101.47139.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 86 (33.98% from 255) = 23.31%
R=40.38%
G=36.31%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491348600.100.420.4245.7126.8146.08
Hex9586560A2A2A2e1b2e
Octal2252061260125252563356
Binary100101011000011010101100101010101010101010111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958656; }

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

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

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

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

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

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

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

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