#898170

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

Shades of Concord #898170

Tints of Concord #898170

Color information

#898170 (or 0x898170) is unknown color: approx Concord. HEX triplet: 89, 81 and 70. RGB value is (137,129,112). Sum of RGB (Red+Green+Blue) = 137+129+112=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 137 - color contains mainly: red. Hex color #898170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898170 is #767E8F. Grayscale: #818181. Windows color (decimal): -7765648 or 7373193. OLE color: 7373193.

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

Color convert

RGB137129112-
CMYK00.060.180.46
HSL40.8º10.04%48.82%-
HSV(B)40.8º18.25%53.73%-
XYZ21.0922.1918.5-
YUV129.45118.15133.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.24%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 112 (44.14% from 255) = 29.63%
R=36.24%
G=34.13%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712911200.060.180.4640.810.0448.82
Hex89817006122E29a31
Octal211201160062256511261
Binary100010011000000111100000110100101011101010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898170; }

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

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

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

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

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

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

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

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