#898155

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

Shades of Clay Creek #898155

Tints of Clay Creek #898155

Color information

#898155 (or 0x898155) is unknown color: approx Clay Creek. HEX triplet: 89, 81 and 55. RGB value is (137,129,85). Sum of RGB (Red+Green+Blue) = 137+129+85=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #898155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898155 is #767EAA. Grayscale: #7E7E7E. Windows color (decimal): -7765675 or 5603721. OLE color: 5603721.

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

Color convert

RGB13712985-
CMYK00.060.380.46
HSL50.77º23.42%43.53%-
HSV(B)50.77º37.96%53.73%-
XYZ19.8121.6711.73-
YUV126.38104.65135.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.03%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 85 (33.59% from 255) = 24.22%
R=39.03%
G=36.75%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371298500.060.380.4650.7723.4243.53
Hex89815506262E33172c
Octal211201125064656632754
Binary10001001100000011010101011010011010111011001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898155; }

 p { color: rgb(137,129,85); }

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

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

 a { background-color: rgb(137,129,85); }

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

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

 span { border-color: rgb(137,129,85); }

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