#857661

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

Shades of Sand Dune #857661

Tints of Sand Dune #857661

Color information

#857661 (or 0x857661) is unknown color: approx Sand Dune. HEX triplet: 85, 76 and 61. RGB value is (133,118,97). Sum of RGB (Red+Green+Blue) = 133+118+97=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #857661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857661 is #7A899E. Grayscale: #787878. Windows color (decimal): -8030623 or 6387333. OLE color: 6387333.

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

Color convert

RGB13311897-
CMYK00.110.270.48
HSL35º15.65%45.1%-
HSV(B)35º27.07%52.16%-
XYZ18.3118.8113.97-
YUV120.09114.97137.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 97 (38.28% from 255) = 27.87%
R=38.22%
G=33.91%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331189700.110.270.483515.6545.1
Hex8576610B1B3023102d
Octal2051661410133360432055
Binary1000010111101101100001010111101111000010001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857661; }

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

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

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

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

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

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

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

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