#998C56

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

Shades of Clay Creek #998C56

Tints of Clay Creek #998C56

Color information

#998C56 (or 0x998C56) is unknown color: approx Clay Creek. HEX triplet: 99, 8C and 56. RGB value is (153,140,86). Sum of RGB (Red+Green+Blue) = 153+140+86=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #998C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C56 is #6673A9. Grayscale: #898989. Windows color (decimal): -6714282 or 5672089. OLE color: 5672089.

HSL color Cylindrical-coordinate representation of color #998C56: hue angle of 48.36º degrees, saturation: 0.28, 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 #998C56 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB15314086-
CMYK00.080.440.4
HSL48.36º28.03%46.86%-
HSV(B)48.36º43.79%60%-
XYZ24.1926.212.59-
YUV137.7398.81138.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 140 (55.08% from 255) = 36.94%
BLUE value IS 86 (33.98% from 255) = 22.69%
R=40.37%
G=36.94%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531408600.080.440.448.3628.0346.86
Hex998C56082C28301c2f
Octal2312141260105450603457
Binary100110011000110010101100100010110010100011000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,140,86); }

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

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

 a { background-color: rgb(153,140,86); }

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

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

 span { border-color: rgb(153,140,86); }

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