#998953

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

Shades of Clay Creek #998953

Tints of Clay Creek #998953

Color information

#998953 (or 0x998953) is unknown color: approx Clay Creek. HEX triplet: 99, 89 and 53. RGB value is (153,137,83). Sum of RGB (Red+Green+Blue) = 153+137+83=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #998953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998953 is #6676AC. Grayscale: #878787. Windows color (decimal): -6715053 or 5474713. OLE color: 5474713.

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

Color convert

RGB15313783-
CMYK00.100.460.4
HSL46.29º29.66%46.27%-
HSV(B)46.29º45.75%60%-
XYZ23.6425.2911.82-
YUV135.6398.3140.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.02%
GREEN value IS 137 (53.91% from 255) = 36.73%
BLUE value IS 83 (32.81% from 255) = 22.25%
R=41.02%
G=36.73%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531378300.100.460.446.2929.6646.27
Hex9989530A2E282e1e2e
Octal2312111230125650563656
Binary100110011000100110100110101010111010100010111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998953; }

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

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

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

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

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

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

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

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