#988B55

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

Shades of Clay Creek #988B55

Tints of Clay Creek #988B55

Color information

#988B55 (or 0x988B55) is unknown color: approx Clay Creek. HEX triplet: 98, 8B and 55. RGB value is (152,139,85). Sum of RGB (Red+Green+Blue) = 152+139+85=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #988B55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B55 is #6774AA. Grayscale: #888888. Windows color (decimal): -6780075 or 5606296. OLE color: 5606296.

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

Color convert

RGB15213985-
CMYK00.090.440.40
HSL48.36º28.27%46.47%-
HSV(B)48.36º44.08%59.61%-
XYZ23.8225.812.32-
YUV136.7398.81138.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.43%
GREEN value IS 139 (54.69% from 255) = 36.97%
BLUE value IS 85 (33.59% from 255) = 22.61%
R=40.43%
G=36.97%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521398500.090.440.4048.3628.2746.47
Hex988B55092C28301c2e
Octal2302131250115450603456
Binary100110001000101110101010100110110010100011000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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