#998A56

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

Shades of Clay Creek #998A56

Tints of Clay Creek #998A56

Color information

#998A56 (or 0x998A56) is unknown color: approx Clay Creek. HEX triplet: 99, 8A and 56. RGB value is (153,138,86). Sum of RGB (Red+Green+Blue) = 153+138+86=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #998A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A56 is #6675A9. Grayscale: #888888. Windows color (decimal): -6714794 or 5671577. OLE color: 5671577.

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

Color convert

RGB15313886-
CMYK00.100.440.4
HSL46.57º28.03%46.86%-
HSV(B)46.57º43.79%60%-
XYZ23.9125.6212.49-
YUV136.5699.47139.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 86 (33.98% from 255) = 22.81%
R=40.58%
G=36.60%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531388600.100.440.446.5728.0346.86
Hex998A560A2C282f1c2f
Octal2312121260125450573457
Binary100110011000101010101100101010110010100010111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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