#988E55

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

Shades of Clay Creek #988E55

Tints of Clay Creek #988E55

Color information

#988E55 (or 0x988E55) is unknown color: approx Clay Creek. HEX triplet: 98, 8E and 55. RGB value is (152,142,85). Sum of RGB (Red+Green+Blue) = 152+142+85=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #988E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988E55 is #6771AA. Grayscale: #8A8A8A. Windows color (decimal): -6779307 or 5607064. OLE color: 5607064.

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

Color convert

RGB15214285-
CMYK00.070.440.40
HSL51.04º28.27%46.47%-
HSV(B)51.04º44.08%59.61%-
XYZ24.2626.6812.46-
YUV138.4997.81137.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 142 (55.86% from 255) = 37.47%
BLUE value IS 85 (33.59% from 255) = 22.43%
R=40.11%
G=37.47%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521428500.070.440.4051.0428.2746.47
Hex988E55072C28331c2e
Octal230216125075450633456
Binary10011000100011101010101011110110010100011001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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