#958958

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

Shades of Clay Creek #958958

Tints of Clay Creek #958958

Color information

#958958 (or 0x958958) is unknown color: approx Clay Creek. HEX triplet: 95, 89 and 58. RGB value is (149,137,88). Sum of RGB (Red+Green+Blue) = 149+137+88=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #958958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958958 is #6A76A7. Grayscale: #878787. Windows color (decimal): -6977192 or 5802389. OLE color: 5802389.

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

Color convert

RGB14913788-
CMYK00.080.410.42
HSL48.2º25.74%46.47%-
HSV(B)48.2º40.94%58.43%-
XYZ23.124.9912.84-
YUV135101.48137.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.84%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 88 (34.77% from 255) = 23.53%
R=39.84%
G=36.63%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491378800.080.410.4248.225.7446.47
Hex95895808292A301a2e
Octal2252111300105152603256
Binary100101011000100110110000100010100110101011000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958958; }

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

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

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

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

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

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

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

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