#857662

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

Shades of Sand Dune #857662

Tints of Sand Dune #857662

Color information

#857662 (or 0x857662) is unknown color: approx Sand Dune. HEX triplet: 85, 76 and 62. RGB value is (133,118,98). Sum of RGB (Red+Green+Blue) = 133+118+98=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #857662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857662 is #7A899D. Grayscale: #787878. Windows color (decimal): -8030622 or 6452869. OLE color: 6452869.

HSL color Cylindrical-coordinate representation of color #857662: hue angle of 34.29º 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 #857662 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB13311898-
CMYK00.110.260.48
HSL34.29º15.15%45.29%-
HSV(B)34.29º26.32%52.16%-
XYZ18.3618.8314.22-
YUV120.2115.47137.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.11%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 98 (38.67% from 255) = 28.08%
R=38.11%
G=33.81%
B=28.08%

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
Decimal1331189800.110.260.4834.2915.1545.29
Hex8576620B1A3022f2d
Octal2051661420133260421755
Binary100001011110110110001001011110101100001000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857662; }

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

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

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

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

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

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

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

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