#988954

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

Shades of Clay Creek #988954

Tints of Clay Creek #988954

Color information

#988954 (or 0x988954) is unknown color: approx Clay Creek. HEX triplet: 98, 89 and 54. RGB value is (152,137,84). Sum of RGB (Red+Green+Blue) = 152+137+84=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #988954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988954 is #6776AB. Grayscale: #878787. Windows color (decimal): -6780588 or 5540248. OLE color: 5540248.

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

Color convert

RGB15213784-
CMYK00.100.450.40
HSL46.76º28.81%46.27%-
HSV(B)46.76º44.74%59.61%-
XYZ23.4925.2112.01-
YUV135.4498.97139.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.75%
GREEN value IS 137 (53.91% from 255) = 36.73%
BLUE value IS 84 (33.20% from 255) = 22.52%
R=40.75%
G=36.73%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521378400.100.450.4046.7628.8146.27
Hex9889540A2D282f1d2e
Octal2302111240125550573556
Binary100110001000100110101000101010110110100010111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988954; }

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

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

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

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

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

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

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

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