#958658

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

Shades of Clay Creek #958658

Tints of Clay Creek #958658

Color information

#958658 (or 0x958658) is unknown color: approx Clay Creek. HEX triplet: 95, 86 and 58. RGB value is (149,134,88). Sum of RGB (Red+Green+Blue) = 149+134+88=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #958658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958658 is #6A79A7. Grayscale: #858585. Windows color (decimal): -6977960 or 5801621. OLE color: 5801621.

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

Color convert

RGB14913488-
CMYK00.100.410.42
HSL45.25º25.74%46.47%-
HSV(B)45.25º40.94%58.43%-
XYZ22.6824.1412.7-
YUV133.24102.47139.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 88 (34.77% from 255) = 23.72%
R=40.16%
G=36.12%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491348800.100.410.4245.2525.7446.47
Hex9586580A292A2d1a2e
Octal2252061300125152553256
Binary100101011000011010110000101010100110101010110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958658; }

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

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

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

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

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

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

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

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