#998A58

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

Shades of Clay Creek #998A58

Tints of Clay Creek #998A58

Color information

#998A58 (or 0x998A58) is unknown color: approx Clay Creek. HEX triplet: 99, 8A and 58. RGB value is (153,138,88). Sum of RGB (Red+Green+Blue) = 153+138+88=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #998A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A58 is #6675A7. Grayscale: #898989. Windows color (decimal): -6714792 or 5802649. OLE color: 5802649.

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

Color convert

RGB15313888-
CMYK00.100.420.4
HSL46.15º26.97%47.25%-
HSV(B)46.15º42.48%60%-
XYZ23.9925.6512.92-
YUV136.78100.47139.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 138 (54.30% from 255) = 36.41%
BLUE value IS 88 (34.77% from 255) = 23.22%
R=40.37%
G=36.41%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531388800.100.420.446.1526.9747.25
Hex998A580A2A282e1b2f
Octal2312121300125250563357
Binary100110011000101010110000101010101010100010111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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