#998959

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

Shades of Clay Creek #998959

Tints of Clay Creek #998959

Color information

#998959 (or 0x998959) is unknown color: approx Clay Creek. HEX triplet: 99, 89 and 59. RGB value is (153,137,89). Sum of RGB (Red+Green+Blue) = 153+137+89=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #998959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998959 is #6676A6. Grayscale: #888888. Windows color (decimal): -6715047 or 5867929. OLE color: 5867929.

HSL color Cylindrical-coordinate representation of color #998959: hue angle of 45º degrees, saturation: 0.26, 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 #998959 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB15313789-
CMYK00.100.420.4
HSL45º26.45%47.45%-
HSV(B)45º41.83%60%-
XYZ23.8925.3813.09-
YUV136.31101.3139.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 137 (53.91% from 255) = 36.15%
BLUE value IS 89 (35.16% from 255) = 23.48%
R=40.37%
G=36.15%
B=23.48%

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
Decimal1531378900.100.420.44526.4547.45
Hex9989590A2A282d1a2f
Octal2312111310125250553257
Binary100110011000100110110010101010101010100010110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998959; }

 p { color: rgb(153,137,89); }

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

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

 a { background-color: rgb(153,137,89); }

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

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

 span { border-color: rgb(153,137,89); }

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