#988F55

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

Shades of Clay Creek #988F55

Tints of Clay Creek #988F55

Color information

#988F55 (or 0x988F55) is unknown color: approx Clay Creek. HEX triplet: 98, 8F and 55. RGB value is (152,143,85). Sum of RGB (Red+Green+Blue) = 152+143+85=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #988F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F55 is #6770AA. Grayscale: #8B8B8B. Windows color (decimal): -6779051 or 5607320. OLE color: 5607320.

HSL color Cylindrical-coordinate representation of color #988F55: hue angle of 51.94º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #988F55 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB15214385-
CMYK00.060.440.40
HSL51.94º28.27%46.47%-
HSV(B)51.94º44.08%59.61%-
XYZ24.4126.9812.51-
YUV139.0897.48137.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 85 (33.59% from 255) = 22.37%
R=40%
G=37.63%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521438500.060.440.4051.9428.2746.47
Hex988F55062C28341c2e
Octal230217125065450643456
Binary10011000100011111010101011010110010100011010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,143,85); }

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

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

 a { background-color: rgb(152,143,85); }

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

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

 span { border-color: rgb(152,143,85); }

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