#998B55

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

Shades of Clay Creek #998B55

Tints of Clay Creek #998B55

Color information

#998B55 (or 0x998B55) is unknown color: approx Clay Creek. HEX triplet: 99, 8B and 55. RGB value is (153,139,85). Sum of RGB (Red+Green+Blue) = 153+139+85=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #998B55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998B55 is #6674AA. Grayscale: #898989. Windows color (decimal): -6714539 or 5606297. OLE color: 5606297.

HSL color Cylindrical-coordinate representation of color #998B55: hue angle of 47.65º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #998B55 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB15313985-
CMYK00.090.440.4
HSL47.65º28.57%46.67%-
HSV(B)47.65º44.44%60%-
XYZ24.0125.8912.33-
YUV137.0398.64139.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 139 (54.69% from 255) = 36.87%
BLUE value IS 85 (33.59% from 255) = 22.55%
R=40.58%
G=36.87%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531398500.090.440.447.6528.5746.67
Hex998B55092C28301d2f
Octal2312131250115450603557
Binary100110011000101110101010100110110010100011000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998B55; }

 p { color: rgb(153,139,85); }

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

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

 a { background-color: rgb(153,139,85); }

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

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

 span { border-color: rgb(153,139,85); }

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