#988757

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

Shades of Clay Creek #988757

Tints of Clay Creek #988757

Color information

#988757 (or 0x988757) is unknown color: approx Clay Creek. HEX triplet: 98, 87 and 57. RGB value is (152,135,87). Sum of RGB (Red+Green+Blue) = 152+135+87=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #988757 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988757 is #6778A8. Grayscale: #868686. Windows color (decimal): -6781097 or 5736344. OLE color: 5736344.

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

Color convert

RGB15213587-
CMYK00.110.430.40
HSL44.31º27.2%46.86%-
HSV(B)44.31º42.76%59.61%-
XYZ23.3324.6912.55-
YUV134.61101.13140.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.64%
GREEN value IS 135 (53.12% from 255) = 36.10%
BLUE value IS 87 (34.38% from 255) = 23.26%
R=40.64%
G=36.10%
B=23.26%

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
Decimal1521358700.110.430.4044.3127.246.86
Hex9887570B2B282c1b2f
Octal2302071270135350543357
Binary100110001000011110101110101110101110100010110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988757; }

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

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

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

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

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

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

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

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