#958955

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

Shades of Clay Creek #958955

Tints of Clay Creek #958955

Color information

#958955 (or 0x958955) is unknown color: approx Clay Creek. HEX triplet: 95, 89 and 55. RGB value is (149,137,85). Sum of RGB (Red+Green+Blue) = 149+137+85=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #958955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958955 is #6A76AA. Grayscale: #868686. Windows color (decimal): -6977195 or 5605781. OLE color: 5605781.

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

Color convert

RGB14913785-
CMYK00.080.430.42
HSL48.75º27.35%45.88%-
HSV(B)48.75º42.95%58.43%-
XYZ22.9824.9412.2-
YUV134.6699.98138.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 137 (53.91% from 255) = 36.93%
BLUE value IS 85 (33.59% from 255) = 22.91%
R=40.16%
G=36.93%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491378500.080.430.4248.7527.3545.88
Hex958955082B2A311b2e
Octal2252111250105352613356
Binary100101011000100110101010100010101110101011000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958955; }

 p { color: rgb(149,137,85); }

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

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

 a { background-color: rgb(149,137,85); }

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

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

 span { border-color: rgb(149,137,85); }

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