#958751

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

Shades of Clay Creek #958751

Tints of Clay Creek #958751

Color information

#958751 (or 0x958751) is unknown color: approx Clay Creek. HEX triplet: 95, 87 and 51. RGB value is (149,135,81). Sum of RGB (Red+Green+Blue) = 149+135+81=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #958751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958751 is #6A78AE. Grayscale: #858585. Windows color (decimal): -6977711 or 5343125. OLE color: 5343125.

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

Color convert

RGB14913581-
CMYK00.090.460.42
HSL47.65º29.57%45.1%-
HSV(B)47.65º45.64%58.43%-
XYZ22.5424.3111.29-
YUV133.0398.64139.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 135 (53.12% from 255) = 36.99%
BLUE value IS 81 (32.03% from 255) = 22.19%
R=40.82%
G=36.99%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491358100.090.460.4247.6529.5745.1
Hex958751092E2A301e2d
Octal2252071210115652603655
Binary100101011000011110100010100110111010101011000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958751; }

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

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

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

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

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

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

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

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