#988C57

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

Shades of Clay Creek #988C57

Tints of Clay Creek #988C57

Color information

#988C57 (or 0x988C57) is unknown color: approx Clay Creek. HEX triplet: 98, 8C and 57. RGB value is (152,140,87). Sum of RGB (Red+Green+Blue) = 152+140+87=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #988C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C57 is #6773A8. Grayscale: #898989. Windows color (decimal): -6779817 or 5737624. OLE color: 5737624.

HSL color Cylindrical-coordinate representation of color #988C57: hue angle of 48.92º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #988C57 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB15214087-
CMYK00.080.430.40
HSL48.92º27.2%46.86%-
HSV(B)48.92º42.76%59.61%-
XYZ24.0526.1212.79-
YUV137.5599.48138.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 140 (55.08% from 255) = 36.94%
BLUE value IS 87 (34.38% from 255) = 22.96%
R=40.11%
G=36.94%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521408700.080.430.4048.9227.246.86
Hex988C57082B28311b2f
Octal2302141270105350613357
Binary100110001000110010101110100010101110100011000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988C57; }

 p { color: rgb(152,140,87); }

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

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

 a { background-color: rgb(152,140,87); }

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

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

 span { border-color: rgb(152,140,87); }

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