#988858

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

Shades of Clay Creek #988858

Tints of Clay Creek #988858

Color information

#988858 (or 0x988858) is unknown color: approx Clay Creek. HEX triplet: 98, 88 and 58. RGB value is (152,136,88). Sum of RGB (Red+Green+Blue) = 152+136+88=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #988858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988858 is #6777A7. Grayscale: #878787. Windows color (decimal): -6780840 or 5802136. OLE color: 5802136.

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

Color convert

RGB15213688-
CMYK00.110.420.40
HSL45º26.67%47.06%-
HSV(B)45º42.11%59.61%-
XYZ23.5124.9912.82-
YUV135.31101.3139.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.43%
GREEN value IS 136 (53.52% from 255) = 36.17%
BLUE value IS 88 (34.77% from 255) = 23.40%
R=40.43%
G=36.17%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521368800.110.420.404526.6747.06
Hex9888580B2A282d1b2f
Octal2302101300135250553357
Binary100110001000100010110000101110101010100010110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988858; }

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

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

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

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

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

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

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

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