#958653

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

Shades of Clay Creek #958653

Tints of Clay Creek #958653

Color information

#958653 (or 0x958653) is unknown color: approx Clay Creek. HEX triplet: 95, 86 and 53. RGB value is (149,134,83). Sum of RGB (Red+Green+Blue) = 149+134+83=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #958653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958653 is #6A79AC. Grayscale: #848484. Windows color (decimal): -6977965 or 5473941. OLE color: 5473941.

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

Color convert

RGB14913483-
CMYK00.100.440.42
HSL46.36º28.45%45.49%-
HSV(B)46.36º44.3%58.43%-
XYZ22.4824.0611.64-
YUV132.6799.97139.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 83 (32.81% from 255) = 22.68%
R=40.71%
G=36.61%
B=22.68%

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
Decimal1491348300.100.440.4246.3628.4545.49
Hex9586530A2C2A2e1c2d
Octal2252061230125452563455
Binary100101011000011010100110101010110010101010111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958653; }

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

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

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

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

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

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

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

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