#958F54

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

Shades of Clay Creek #958F54

Tints of Clay Creek #958F54

Color information

#958F54 (or 0x958F54) is unknown color: approx Clay Creek. HEX triplet: 95, 8F and 54. RGB value is (149,143,84). Sum of RGB (Red+Green+Blue) = 149+143+84=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #958F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F54 is #6A70AB. Grayscale: #8A8A8A. Windows color (decimal): -6975660 or 5541781. OLE color: 5541781.

HSL color Cylindrical-coordinate representation of color #958F54: hue angle of 54.46º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #958F54 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB14914384-
CMYK00.040.440.42
HSL54.46º27.9%45.69%-
HSV(B)54.46º43.62%58.43%-
XYZ23.8226.6712.28-
YUV138.0797.49135.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 143 (56.25% from 255) = 38.03%
BLUE value IS 84 (33.20% from 255) = 22.34%
R=39.63%
G=38.03%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491438400.040.440.4254.4627.945.69
Hex958F54042C2A361c2e
Octal225217124045452663456
Binary10010101100011111010100010010110010101011011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958F54; }

 p { color: rgb(149,143,84); }

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

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

 a { background-color: rgb(149,143,84); }

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

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

 span { border-color: rgb(149,143,84); }

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