#988859

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

Shades of Clay Creek #988859

Tints of Clay Creek #988859

Color information

#988859 (or 0x988859) is unknown color: approx Clay Creek. HEX triplet: 98, 88 and 59. RGB value is (152,136,89). Sum of RGB (Red+Green+Blue) = 152+136+89=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #988859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988859 is #6777A6. Grayscale: #878787. Windows color (decimal): -6780839 or 5867672. OLE color: 5867672.

HSL color Cylindrical-coordinate representation of color #988859: hue angle of 44.76º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #988859 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB15213689-
CMYK00.110.410.40
HSL44.76º26.14%47.25%-
HSV(B)44.76º41.45%59.61%-
XYZ23.562513.04-
YUV135.43101.8139.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 136 (53.52% from 255) = 36.07%
BLUE value IS 89 (35.16% from 255) = 23.61%
R=40.32%
G=36.07%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521368900.110.410.4044.7626.1447.25
Hex9888590B29282d1a2f
Octal2302101310135150553257
Binary100110001000100010110010101110100110100010110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988859; }

 p { color: rgb(152,136,89); }

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

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

 a { background-color: rgb(152,136,89); }

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

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

 span { border-color: rgb(152,136,89); }

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