#857663

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

Shades of Sand Dune #857663

Tints of Sand Dune #857663

Color information

#857663 (or 0x857663) is unknown color: approx Sand Dune. HEX triplet: 85, 76 and 63. RGB value is (133,118,99). Sum of RGB (Red+Green+Blue) = 133+118+99=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #857663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857663 is #7A899C. Grayscale: #787878. Windows color (decimal): -8030621 or 6518405. OLE color: 6518405.

HSL color Cylindrical-coordinate representation of color #857663: hue angle of 33.53º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #857663 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB13311899-
CMYK00.110.260.48
HSL33.53º14.66%45.49%-
HSV(B)33.53º25.56%52.16%-
XYZ18.418.8414.47-
YUV120.32115.97137.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 99 (39.06% from 255) = 28.29%
R=38%
G=33.71%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331189900.110.260.4833.5314.6645.49
Hex8576630B1A3022f2d
Octal2051661430133260421755
Binary100001011110110110001101011110101100001000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857663; }

 p { color: rgb(133,118,99); }

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

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

 a { background-color: rgb(133,118,99); }

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

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

 span { border-color: rgb(133,118,99); }

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