#958651

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

Shades of Clay Creek #958651

Tints of Clay Creek #958651

Color information

#958651 (or 0x958651) is unknown color: approx Clay Creek. HEX triplet: 95, 86 and 51. RGB value is (149,134,81). Sum of RGB (Red+Green+Blue) = 149+134+81=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #958651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958651 is #6A79AE. Grayscale: #848484. Windows color (decimal): -6977967 or 5342869. OLE color: 5342869.

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

Color convert

RGB14913481-
CMYK00.100.460.42
HSL46.76º29.57%45.1%-
HSV(B)46.76º45.64%58.43%-
XYZ22.424.0311.24-
YUV132.4498.97139.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.93%
GREEN value IS 134 (52.73% from 255) = 36.81%
BLUE value IS 81 (32.03% from 255) = 22.25%
R=40.93%
G=36.81%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491348100.100.460.4246.7629.5745.1
Hex9586510A2E2A2f1e2d
Octal2252061210125652573655
Binary100101011000011010100010101010111010101010111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958651; }

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

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

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

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

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

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

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

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