#958451

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

Shades of Clay Creek #958451

Tints of Clay Creek #958451

Color information

#958451 (or 0x958451) is unknown color: approx Clay Creek. HEX triplet: 95, 84 and 51. RGB value is (149,132,81). Sum of RGB (Red+Green+Blue) = 149+132+81=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #958451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958451 is #6A7BAE. Grayscale: #838383. Windows color (decimal): -6978479 or 5342357. OLE color: 5342357.

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

Color convert

RGB14913281-
CMYK00.110.460.42
HSL45º29.57%45.1%-
HSV(B)45º45.64%58.43%-
XYZ22.1323.4911.15-
YUV131.2799.63140.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 81 (32.03% from 255) = 22.38%
R=41.16%
G=36.46%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491328100.110.460.424529.5745.1
Hex9584510B2E2A2d1e2d
Octal2252041210135652553655
Binary100101011000010010100010101110111010101010110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958451; }

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

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

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

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

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

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

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

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