#998957

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

Shades of Clay Creek #998957

Tints of Clay Creek #998957

Color information

#998957 (or 0x998957) is unknown color: approx Clay Creek. HEX triplet: 99, 89 and 57. RGB value is (153,137,87). Sum of RGB (Red+Green+Blue) = 153+137+87=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #998957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998957 is #6676A8. Grayscale: #888888. Windows color (decimal): -6715049 or 5736857. OLE color: 5736857.

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

Color convert

RGB15313787-
CMYK00.100.430.4
HSL45.45º27.5%47.06%-
HSV(B)45.45º43.14%60%-
XYZ23.825.3512.66-
YUV136.08100.3140.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 137 (53.91% from 255) = 36.34%
BLUE value IS 87 (34.38% from 255) = 23.08%
R=40.58%
G=36.34%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531378700.100.430.445.4527.547.06
Hex9989570A2B282d1c2f
Octal2312111270125350553457
Binary100110011000100110101110101010101110100010110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998957; }

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

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

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

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

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

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

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

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