#898655

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

Shades of Clay Creek #898655

Tints of Clay Creek #898655

Color information

#898655 (or 0x898655) is unknown color: approx Clay Creek. HEX triplet: 89, 86 and 55. RGB value is (137,134,85). Sum of RGB (Red+Green+Blue) = 137+134+85=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #898655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898655 is #7679AA. Grayscale: #818181. Windows color (decimal): -7764395 or 5605001. OLE color: 5605001.

HSL color Cylindrical-coordinate representation of color #898655: hue angle of 56.54º 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 #898655 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB13713485-
CMYK00.020.380.46
HSL56.54º23.42%43.53%-
HSV(B)56.54º37.96%53.73%-
XYZ20.4823.0211.96-
YUV129.31102.99133.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 134 (52.73% from 255) = 37.64%
BLUE value IS 85 (33.59% from 255) = 23.88%
R=38.48%
G=37.64%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371348500.020.380.4656.5423.4243.53
Hex89865502262E39172c
Octal211206125024656712754
Binary1000100110000110101010101010011010111011100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898655; }

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

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

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

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

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

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

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

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