#988B56

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

Shades of Clay Creek #988B56

Tints of Clay Creek #988B56

Color information

#988B56 (or 0x988B56) is unknown color: approx Clay Creek. HEX triplet: 98, 8B and 56. RGB value is (152,139,86). Sum of RGB (Red+Green+Blue) = 152+139+86=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #988B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B56 is #6774A9. Grayscale: #898989. Windows color (decimal): -6780074 or 5671832. OLE color: 5671832.

HSL color Cylindrical-coordinate representation of color #988B56: hue angle of 48.18º 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 #988B56 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB15213986-
CMYK00.090.430.40
HSL48.18º27.73%46.67%-
HSV(B)48.18º43.42%59.61%-
XYZ23.8625.8112.53-
YUV136.8499.31138.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 139 (54.69% from 255) = 36.87%
BLUE value IS 86 (33.98% from 255) = 22.81%
R=40.32%
G=36.87%
B=22.81%

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
Decimal1521398600.090.430.4048.1827.7346.67
Hex988B56092B28301c2f
Octal2302131260115350603457
Binary100110001000101110101100100110101110100011000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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