#857568

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

Shades of Sand Dune #857568

Tints of Sand Dune #857568

Color information

#857568 (or 0x857568) is unknown color: approx Sand Dune. HEX triplet: 85, 75 and 68. RGB value is (133,117,104). Sum of RGB (Red+Green+Blue) = 133+117+104=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #857568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857568 is #7A8A97. Grayscale: #787878. Windows color (decimal): -8030872 or 6845829. OLE color: 6845829.

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

Color convert

RGB133117104-
CMYK00.120.220.48
HSL26.9º12.24%46.47%-
HSV(B)26.9º21.8%52.16%-
XYZ18.5318.7115.73-
YUV120.3118.8137.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 117 (46.09% from 255) = 33.05%
BLUE value IS 104 (41.02% from 255) = 29.38%
R=37.57%
G=33.05%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311710400.120.220.4826.912.2446.47
Hex8575680C16301bc2e
Octal2051651500142660331456
Binary10000101111010111010000110010110110000110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857568; }

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

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

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

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

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

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

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

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