#998A51

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

Shades of Clay Creek #998A51

Tints of Clay Creek #998A51

Color information

#998A51 (or 0x998A51) is unknown color: approx Clay Creek. HEX triplet: 99, 8A and 51. RGB value is (153,138,81). Sum of RGB (Red+Green+Blue) = 153+138+81=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #998A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A51 is #6675AE. Grayscale: #888888. Windows color (decimal): -6714799 or 5343897. OLE color: 5343897.

HSL color Cylindrical-coordinate representation of color #998A51: hue angle of 47.5º 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 #998A51 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.4.

Color convert

RGB15313881-
CMYK00.100.470.4
HSL47.5º30.77%45.88%-
HSV(B)47.5º47.06%60%-
XYZ23.7125.5411.47-
YUV135.9996.97140.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.13%
GREEN value IS 138 (54.30% from 255) = 37.10%
BLUE value IS 81 (32.03% from 255) = 21.77%
R=41.13%
G=37.10%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531388100.100.470.447.530.7745.88
Hex998A510A2F28301f2e
Octal2312121210125750603756
Binary100110011000101010100010101010111110100011000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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