#898056

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

Shades of Clay Creek #898056

Tints of Clay Creek #898056

Color information

#898056 (or 0x898056) is unknown color: approx Clay Creek. HEX triplet: 89, 80 and 56. RGB value is (137,128,86). Sum of RGB (Red+Green+Blue) = 137+128+86=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #898056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898056 is #767FA9. Grayscale: #7E7E7E. Windows color (decimal): -7765930 or 5669001. OLE color: 5669001.

HSL color Cylindrical-coordinate representation of color #898056: hue angle of 49.41º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #898056 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB13712886-
CMYK00.070.370.46
HSL49.41º22.87%43.73%-
HSV(B)49.41º37.23%53.73%-
XYZ19.7221.4311.9-
YUV125.9105.48135.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.03%
GREEN value IS 128 (50.39% from 255) = 36.47%
BLUE value IS 86 (33.98% from 255) = 24.50%
R=39.03%
G=36.47%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371288600.070.370.4649.4122.8743.73
Hex89805607252E31172c
Octal211200126074556612754
Binary10001001100000001010110011110010110111011000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898056; }

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

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

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

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

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

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

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

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