#988A56

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

Shades of Clay Creek #988A56

Tints of Clay Creek #988A56

Color information

#988A56 (or 0x988A56) is unknown color: approx Clay Creek. HEX triplet: 98, 8A and 56. RGB value is (152,138,86). Sum of RGB (Red+Green+Blue) = 152+138+86=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #988A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A56 is #6775A9. Grayscale: #888888. Windows color (decimal): -6780330 or 5671576. OLE color: 5671576.

HSL color Cylindrical-coordinate representation of color #988A56: hue angle of 47.27º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #988A56 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB15213886-
CMYK00.090.430.40
HSL47.27º27.73%46.67%-
HSV(B)47.27º43.42%59.61%-
XYZ23.7225.5212.48-
YUV136.2699.64139.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.43%
GREEN value IS 138 (54.30% from 255) = 36.70%
BLUE value IS 86 (33.98% from 255) = 22.87%
R=40.43%
G=36.70%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521388600.090.430.4047.2727.7346.67
Hex988A56092B282f1c2f
Octal2302121260115350573457
Binary100110001000101010101100100110101110100010111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988A56; }

 p { color: rgb(152,138,86); }

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

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

 a { background-color: rgb(152,138,86); }

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

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

 span { border-color: rgb(152,138,86); }

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