#958650

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

Shades of Clay Creek #958650

Tints of Clay Creek #958650

Color information

#958650 (or 0x958650) is unknown color: approx Clay Creek. HEX triplet: 95, 86 and 50. RGB value is (149,134,80). Sum of RGB (Red+Green+Blue) = 149+134+80=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #958650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958650 is #6A79AF. Grayscale: #848484. Windows color (decimal): -6977968 or 5277333. OLE color: 5277333.

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

Color convert

RGB14913480-
CMYK00.100.460.42
HSL46.96º30.13%44.9%-
HSV(B)46.96º46.31%58.43%-
XYZ22.3724.0211.05-
YUV132.3398.47139.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.05%
GREEN value IS 134 (52.73% from 255) = 36.91%
BLUE value IS 80 (31.64% from 255) = 22.04%
R=41.05%
G=36.91%
B=22.04%

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
Decimal1491348000.100.460.4246.9630.1344.9
Hex9586500A2E2A2f1e2d
Octal2252061200125652573655
Binary100101011000011010100000101010111010101010111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958650; }

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

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

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

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

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

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

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

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