#958654

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

Shades of Clay Creek #958654

Tints of Clay Creek #958654

Color information

#958654 (or 0x958654) is unknown color: approx Clay Creek. HEX triplet: 95, 86 and 54. RGB value is (149,134,84). Sum of RGB (Red+Green+Blue) = 149+134+84=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #958654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958654 is #6A79AB. Grayscale: #858585. Windows color (decimal): -6977964 or 5539477. OLE color: 5539477.

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

Color convert

RGB14913484-
CMYK00.100.440.42
HSL46.15º27.9%45.69%-
HSV(B)46.15º43.62%58.43%-
XYZ22.5224.0811.85-
YUV132.78100.47139.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 84 (33.20% from 255) = 22.89%
R=40.60%
G=36.51%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491348400.100.440.4246.1527.945.69
Hex9586540A2C2A2e1c2e
Octal2252061240125452563456
Binary100101011000011010101000101010110010101010111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958654; }

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

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

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

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

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

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

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

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