#998956

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

Shades of Clay Creek #998956

Tints of Clay Creek #998956

Color information

#998956 (or 0x998956) is unknown color: approx Clay Creek. HEX triplet: 99, 89 and 56. RGB value is (153,137,86). Sum of RGB (Red+Green+Blue) = 153+137+86=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #998956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998956 is #6676A9. Grayscale: #888888. Windows color (decimal): -6715050 or 5671321. OLE color: 5671321.

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

Color convert

RGB15313786-
CMYK00.100.440.4
HSL45.67º28.03%46.86%-
HSV(B)45.67º43.79%60%-
XYZ23.7625.3412.44-
YUV135.9799.8140.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.69%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 86 (33.98% from 255) = 22.87%
R=40.69%
G=36.44%
B=22.87%

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
Decimal1531378600.100.440.445.6728.0346.86
Hex9989560A2C282e1c2f
Octal2312111260125450563457
Binary100110011000100110101100101010110010100010111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998956; }

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

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

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

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

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

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

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

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