#988857

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

Shades of Clay Creek #988857

Tints of Clay Creek #988857

Color information

#988857 (or 0x988857) is unknown color: approx Clay Creek. HEX triplet: 98, 88 and 57. RGB value is (152,136,87). Sum of RGB (Red+Green+Blue) = 152+136+87=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #988857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988857 is #6777A8. Grayscale: #878787. Windows color (decimal): -6780841 or 5736600. OLE color: 5736600.

HSL color Cylindrical-coordinate representation of color #988857: hue angle of 45.23º 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 #988857 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB15213687-
CMYK00.110.430.40
HSL45.23º27.2%46.86%-
HSV(B)45.23º42.76%59.61%-
XYZ23.4724.9712.6-
YUV135.2100.8139.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.53%
GREEN value IS 136 (53.52% from 255) = 36.27%
BLUE value IS 87 (34.38% from 255) = 23.2%
R=40.53%
G=36.27%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521368700.110.430.4045.2327.246.86
Hex9888570B2B282d1b2f
Octal2302101270135350553357
Binary100110001000100010101110101110101110100010110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988857; }

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

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

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

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

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

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

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

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