#998E58

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

Shades of Clay Creek #998E58

Tints of Clay Creek #998E58

Color information

#998E58 (or 0x998E58) is unknown color: approx Clay Creek. HEX triplet: 99, 8E and 58. RGB value is (153,142,88). Sum of RGB (Red+Green+Blue) = 153+142+88=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #998E58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E58 is #6671A7. Grayscale: #8B8B8B. Windows color (decimal): -6713768 or 5803673. OLE color: 5803673.

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

Color convert

RGB15314288-
CMYK00.070.420.4
HSL49.85º26.97%47.25%-
HSV(B)49.85º42.48%60%-
XYZ24.5726.8213.11-
YUV139.1399.14137.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 88 (34.77% from 255) = 22.98%
R=39.95%
G=37.08%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531428800.070.420.449.8526.9747.25
Hex998E58072A28321b2f
Octal231216130075250623357
Binary10011001100011101011000011110101010100011001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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