#988956

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

Shades of Clay Creek #988956

Tints of Clay Creek #988956

Color information

#988956 (or 0x988956) is unknown color: approx Clay Creek. HEX triplet: 98, 89 and 56. RGB value is (152,137,86). Sum of RGB (Red+Green+Blue) = 152+137+86=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #988956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988956 is #6776A9. Grayscale: #878787. Windows color (decimal): -6780586 or 5671320. OLE color: 5671320.

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

Color convert

RGB15213786-
CMYK00.100.430.40
HSL46.36º27.73%46.67%-
HSV(B)46.36º43.42%59.61%-
XYZ23.5725.2412.43-
YUV135.6799.97139.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.53%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 86 (33.98% from 255) = 22.93%
R=40.53%
G=36.53%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521378600.100.430.4046.3627.7346.67
Hex9889560A2B282e1c2f
Octal2302111260125350563457
Binary100110001000100110101100101010101110100010111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988956; }

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

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

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

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

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

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

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

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