#898652

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

Shades of Clay Creek #898652

Tints of Clay Creek #898652

Color information

#898652 (or 0x898652) is unknown color: approx Clay Creek. HEX triplet: 89, 86 and 52. RGB value is (137,134,82). Sum of RGB (Red+Green+Blue) = 137+134+82=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #898652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898652 is #7679AD. Grayscale: #818181. Windows color (decimal): -7764398 or 5408393. OLE color: 5408393.

HSL color Cylindrical-coordinate representation of color #898652: hue angle of 56.73º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #898652 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB13713482-
CMYK00.020.400.46
HSL56.73º25.11%42.94%-
HSV(B)56.73º40.15%53.73%-
XYZ20.3622.9811.34-
YUV128.97101.49133.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.81%
GREEN value IS 134 (52.73% from 255) = 37.96%
BLUE value IS 82 (32.42% from 255) = 23.23%
R=38.81%
G=37.96%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371348200.020.400.4656.7325.1142.94
Hex89865202282E39192b
Octal211206122025056713153
Binary1000100110000110101001001010100010111011100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898652; }

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

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

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

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

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

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

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

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