#988855

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

Shades of Clay Creek #988855

Tints of Clay Creek #988855

Color information

#988855 (or 0x988855) is unknown color: approx Clay Creek. HEX triplet: 98, 88 and 55. RGB value is (152,136,85). Sum of RGB (Red+Green+Blue) = 152+136+85=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #988855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988855 is #6777AA. Grayscale: #878787. Windows color (decimal): -6780843 or 5605528. OLE color: 5605528.

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

Color convert

RGB15213685-
CMYK00.110.440.40
HSL45.67º28.27%46.47%-
HSV(B)45.67º44.08%59.61%-
XYZ23.3924.9412.18-
YUV134.9799.8140.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.75%
GREEN value IS 136 (53.52% from 255) = 36.46%
BLUE value IS 85 (33.59% from 255) = 22.79%
R=40.75%
G=36.46%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521368500.110.440.4045.6728.2746.47
Hex9888550B2C282e1c2e
Octal2302101250135450563456
Binary100110001000100010101010101110110010100010111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988855; }

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

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

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

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

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

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

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

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