#988A58

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

Shades of Clay Creek #988A58

Tints of Clay Creek #988A58

Color information

#988A58 (or 0x988A58) is unknown color: approx Clay Creek. HEX triplet: 98, 8A and 58. RGB value is (152,138,88). Sum of RGB (Red+Green+Blue) = 152+138+88=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #988A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A58 is #6775A7. Grayscale: #888888. Windows color (decimal): -6780328 or 5802648. OLE color: 5802648.

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

Color convert

RGB15213888-
CMYK00.090.420.40
HSL46.88º26.67%47.06%-
HSV(B)46.88º42.11%59.61%-
XYZ23.825.5612.91-
YUV136.49100.64139.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.21%
GREEN value IS 138 (54.30% from 255) = 36.51%
BLUE value IS 88 (34.77% from 255) = 23.28%
R=40.21%
G=36.51%
B=23.28%

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
Decimal1521388800.090.420.4046.8826.6747.06
Hex988A58092A282f1b2f
Octal2302121300115250573357
Binary100110001000101010110000100110101010100010111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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