#989057

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

Shades of Clay Creek #989057

Tints of Clay Creek #989057

Color information

#989057 (or 0x989057) is unknown color: approx Clay Creek. HEX triplet: 98, 90 and 57. RGB value is (152,144,87). Sum of RGB (Red+Green+Blue) = 152+144+87=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #989057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989057 is #676FA8. Grayscale: #8C8C8C. Windows color (decimal): -6778793 or 5738648. OLE color: 5738648.

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

Color convert

RGB15214487-
CMYK00.050.430.40
HSL52.62º27.2%46.86%-
HSV(B)52.62º42.76%59.61%-
XYZ24.6427.3112.99-
YUV139.8998.15136.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.69%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 87 (34.38% from 255) = 22.72%
R=39.69%
G=37.60%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521448700.050.430.4052.6227.246.86
Hex989057052B28351b2f
Octal230220127055350653357
Binary10011000100100001010111010110101110100011010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989057; }

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

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

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

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

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

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

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

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