#988B58

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

Shades of Clay Creek #988B58

Tints of Clay Creek #988B58

Color information

#988B58 (or 0x988B58) is unknown color: approx Clay Creek. HEX triplet: 98, 8B and 58. RGB value is (152,139,88). Sum of RGB (Red+Green+Blue) = 152+139+88=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #988B58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B58 is #6774A7. Grayscale: #898989. Windows color (decimal): -6780072 or 5802904. OLE color: 5802904.

HSL color Cylindrical-coordinate representation of color #988B58: hue angle of 47.81º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #988B58 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB15213988-
CMYK00.090.420.40
HSL47.81º26.67%47.06%-
HSV(B)47.81º42.11%59.61%-
XYZ23.9425.8512.96-
YUV137.07100.31138.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 139 (54.69% from 255) = 36.68%
BLUE value IS 88 (34.77% from 255) = 23.22%
R=40.11%
G=36.68%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521398800.090.420.4047.8126.6747.06
Hex988B58092A28301b2f
Octal2302131300115250603357
Binary100110001000101110110000100110101010100011000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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