#877164

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

Shades of Sand Dune #877164

Tints of Sand Dune #877164

Color information

#877164 (or 0x877164) is unknown color: approx Sand Dune. HEX triplet: 87, 71 and 64. RGB value is (135,113,100). Sum of RGB (Red+Green+Blue) = 135+113+100=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 135 - color contains mainly: red. Hex color #877164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877164 is #788E9B. Grayscale: #767676. Windows color (decimal): -7900828 or 6582663. OLE color: 6582663.

HSL color Cylindrical-coordinate representation of color #877164: hue angle of 22.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #877164 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB135113100-
CMYK00.160.260.47
HSL22.29º14.89%46.08%-
HSV(B)22.29º25.93%52.94%-
XYZ18.217.8814.55-
YUV118.1117.79140.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.79%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 100 (39.45% from 255) = 28.74%
R=38.79%
G=32.47%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511310000.160.260.4722.2914.8946.08
Hex8771640101A2F16f2e
Octal2071611440203257261756
Binary100001111110001110010001000011010101111101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877164; }

 p { color: rgb(135,113,100); }

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

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

 a { background-color: rgb(135,113,100); }

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

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

 span { border-color: rgb(135,113,100); }

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