#857168

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

Shades of Sand Dune #857168

Tints of Sand Dune #857168

Color information

#857168 (or 0x857168) is unknown color: approx Sand Dune. HEX triplet: 85, 71 and 68. RGB value is (133,113,104). Sum of RGB (Red+Green+Blue) = 133+113+104=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #857168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857168 is #7A8E97. Grayscale: #767676. Windows color (decimal): -8031896 or 6844805. OLE color: 6844805.

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

Color convert

RGB133113104-
CMYK00.150.220.48
HSL18.62º12.24%46.47%-
HSV(B)18.62º21.8%52.16%-
XYZ18.0817.815.58-
YUV117.95120.13138.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 113 (44.53% from 255) = 32.29%
BLUE value IS 104 (41.02% from 255) = 29.71%
R=38%
G=32.29%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311310400.150.220.4818.6212.2446.47
Hex8571680F163013c2e
Octal2051611500172660231456
Binary10000101111000111010000111110110110000100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857168; }

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

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

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

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

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

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

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

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