#988C55

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

Shades of Clay Creek #988C55

Tints of Clay Creek #988C55

Color information

#988C55 (or 0x988C55) is unknown color: approx Clay Creek. HEX triplet: 98, 8C and 55. RGB value is (152,140,85). Sum of RGB (Red+Green+Blue) = 152+140+85=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #988C55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C55 is #6773AA. Grayscale: #898989. Windows color (decimal): -6779819 or 5606552. OLE color: 5606552.

HSL color Cylindrical-coordinate representation of color #988C55: hue angle of 49.25º 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 #988C55 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB15214085-
CMYK00.080.440.40
HSL49.25º28.27%46.47%-
HSV(B)49.25º44.08%59.61%-
XYZ23.9726.0912.37-
YUV137.3298.48138.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 140 (55.08% from 255) = 37.14%
BLUE value IS 85 (33.59% from 255) = 22.55%
R=40.32%
G=37.14%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521408500.080.440.4049.2528.2746.47
Hex988C55082C28311c2e
Octal2302141250105450613456
Binary100110001000110010101010100010110010100011000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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