#998C51

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

Shades of Clay Creek #998C51

Tints of Clay Creek #998C51

Color information

#998C51 (or 0x998C51) is unknown color: approx Clay Creek. HEX triplet: 99, 8C and 51. RGB value is (153,140,81). Sum of RGB (Red+Green+Blue) = 153+140+81=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #998C51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C51 is #6673AE. Grayscale: #898989. Windows color (decimal): -6714287 or 5344409. OLE color: 5344409.

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

Color convert

RGB15314081-
CMYK00.080.470.4
HSL49.17º30.77%45.88%-
HSV(B)49.17º47.06%60%-
XYZ2426.1211.56-
YUV137.1696.31139.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.91%
GREEN value IS 140 (55.08% from 255) = 37.43%
BLUE value IS 81 (32.03% from 255) = 21.66%
R=40.91%
G=37.43%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531408100.080.470.449.1730.7745.88
Hex998C51082F28311f2e
Octal2312141210105750613756
Binary100110011000110010100010100010111110100011000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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