#988955

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

Shades of Clay Creek #988955

Tints of Clay Creek #988955

Color information

#988955 (or 0x988955) is unknown color: approx Clay Creek. HEX triplet: 98, 89 and 55. RGB value is (152,137,85). Sum of RGB (Red+Green+Blue) = 152+137+85=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #988955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988955 is #6776AA. Grayscale: #878787. Windows color (decimal): -6780587 or 5605784. OLE color: 5605784.

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

Color convert

RGB15213785-
CMYK00.100.440.40
HSL46.57º28.27%46.47%-
HSV(B)46.57º44.08%59.61%-
XYZ23.5325.2212.22-
YUV135.5699.47139.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.64%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 85 (33.59% from 255) = 22.73%
R=40.64%
G=36.63%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521378500.100.440.4046.5728.2746.47
Hex9889550A2C282f1c2e
Octal2302111250125450573456
Binary100110001000100110101010101010110010100010111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988955; }

 p { color: rgb(152,137,85); }

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

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

 a { background-color: rgb(152,137,85); }

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

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

 span { border-color: rgb(152,137,85); }

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