#857468

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

Shades of Sand Dune #857468

Tints of Sand Dune #857468

Color information

#857468 (or 0x857468) is unknown color: approx Sand Dune. HEX triplet: 85, 74 and 68. RGB value is (133,116,104). Sum of RGB (Red+Green+Blue) = 133+116+104=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #857468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857468 is #7A8B97. Grayscale: #777777. Windows color (decimal): -8031128 or 6845573. OLE color: 6845573.

HSL color Cylindrical-coordinate representation of color #857468: hue angle of 24.83º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #857468 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB133116104-
CMYK00.130.220.48
HSL24.83º12.24%46.47%-
HSV(B)24.83º21.8%52.16%-
XYZ18.4218.4815.69-
YUV119.71119.13137.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 116 (45.70% from 255) = 32.86%
BLUE value IS 104 (41.02% from 255) = 29.46%
R=37.68%
G=32.86%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311610400.130.220.4824.8312.2446.47
Hex8574680D163019c2e
Octal2051641500152660311456
Binary10000101111010011010000110110110110000110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857468; }

 p { color: rgb(133,116,104); }

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

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

 a { background-color: rgb(133,116,104); }

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

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

 span { border-color: rgb(133,116,104); }

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